We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d64fc commit 8a5bda6Copy full SHA for 8a5bda6
.github/workflows/windows.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v2
23
with:
24
repository: lutraconsulting/input
25
- ref: mergin_cpp
+ ref: projects-model-refactoring-main
26
path: input
27
28
- name: Checkout geodiff
@@ -76,6 +76,12 @@ jobs:
76
cd rel
77
copy ..\build-mergin-cpp-client\release\mergin.exe mergin.exe
78
copy ..\build-geodiff\Release\geodiff.dll geodiff.dll
79
+
80
+ dir "%Qt5_Dir%"
81
+ dir "%Qt5_Dir%\lib"
82
+ copy %Qt5_Dir%\lib\libcrypto.dll libcrypto.dll
83
+ copy %Qt5_Dir%\lib\libssl.dll libssl.dll
84
85
call "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
86
windeployqt --release mergin.exe
87
dir
0 commit comments