File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change 13
13
platform : x86
14
14
15
15
steps :
16
- - name : OpenSSL
17
- shell : cmd
18
- run : |
19
- where openssl
20
- dir "C:\Program Files\OpenSSL\"
21
- dir "C:\Program Files\OpenSSL\bin"
22
- dir "C:\Program Files\OpenSSL\lib"
23
- dir
24
- exit 1
25
-
26
16
- name : Checkout mergin-cpp-client
27
17
uses : actions/checkout@v2
28
18
with :
86
76
cd rel
87
77
copy ..\build-mergin-cpp-client\release\mergin.exe mergin.exe
88
78
copy ..\build-geodiff\Release\geodiff.dll geodiff.dll
89
-
90
- dir "%Qt5_Dir%\bin"
91
- dir "%Qt5_Dir%\lib"
92
- copy "%Qt5_Dir%\lib\libcrypto.dll" libcrypto.dll
93
- copy "%Qt5_Dir%\lib\libssl.dll" libssl.dll
94
-
79
+ copy "C:\Program Files\OpenSSL\bin\libcrypto-1_1-x64.dll" libcrypto-1_1-x64.dll
80
+ copy "C:\Program Files\OpenSSL\bin\libssl-1_1-x64.dll" libssl-1_1-x64.dll
95
81
call "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
96
82
windeployqt --release mergin.exe
97
83
dir
You can’t perform that action at this time.
0 commit comments