File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,14 @@ build_script:
22
22
- cd %SRCDIR%
23
23
- copy /y .\bin\windows\release\rdm.exe .\build\windows\installer\resources\rdm.exe
24
24
- copy /y .\bin\windows\release\rdm.pdb .\build\windows\installer\resources\rdm.pdb
25
+ - copy /y C:\OpenSSL-Win32\bin\libeay32.dll .\build\windows\installer\resources\libeay32.dll
26
+ - copy /y C:\OpenSSL-Win32\bin\ssleay32.dll .\build\windows\installer\resources\ssleay32.dll
25
27
- copy /y .\3rdparty\qredisclient\3rdparty\windows\rmt_openssl.1.1.0.3\build\native\bin\v140\Win32\Release\dynamic\libcrypto-1_1.dll .\build\windows\installer\resources\libcrypto-1_1.dll
26
28
- copy /y .\3rdparty\qredisclient\3rdparty\windows\rmt_openssl.1.1.0.3\build\native\bin\v140\Win32\Release\dynamic\libssl-1_1.dll .\build\windows\installer\resources\libssl-1_1.dll
27
29
- copy /y .\3rdparty\qredisclient\3rdparty\windows\rmt_openssl.1.1.0.3\build\native\bin\v140\Win32\Release\dynamic\capi.dll .\build\windows\installer\resources\capi.dll
28
30
- copy /y .\3rdparty\qredisclient\3rdparty\windows\rmt_openssl.1.1.0.3\build\native\bin\v140\Win32\Release\dynamic\padlock.dll .\build\windows\installer\resources\padlock.dll
29
31
- cd build/windows/installer/resources/
30
- - windeployqt --no-translations -- compiler-runtime --angle --release --force --qmldir %SRCDIR%/src/qml rdm.exe
32
+ - windeployqt --compiler-runtime --angle --release --force --qmldir %SRCDIR%/src/qml rdm.exe
31
33
- cd %SRCDIR%
32
34
- call "C:\\Program Files (x86)\\NSIS\\makensis.exe" /V1 /DVERSION=%APPVEYOR_BUILD_VERSION% ./build/windows/installer/installer.nsi
33
35
test_script :
You can’t perform that action at this time.
0 commit comments