Skip to content

Commit

Permalink
Deploy both versions of OpenSSL (#4021)
Browse files Browse the repository at this point in the history
Fix #3980
Fix #4016
  • Loading branch information
uglide committed Feb 23, 2018
1 parent f9a53e9 commit b3d084c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ build_script:
- cd %SRCDIR%
- copy /y .\bin\windows\release\rdm.exe .\build\windows\installer\resources\rdm.exe
- copy /y .\bin\windows\release\rdm.pdb .\build\windows\installer\resources\rdm.pdb
- copy /y C:\OpenSSL-Win32\bin\libeay32.dll .\build\windows\installer\resources\libeay32.dll
- copy /y C:\OpenSSL-Win32\bin\ssleay32.dll .\build\windows\installer\resources\ssleay32.dll
- 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
- 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
- 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
- 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
- cd build/windows/installer/resources/
- windeployqt --no-translations --compiler-runtime --angle --release --force --qmldir %SRCDIR%/src/qml rdm.exe
- windeployqt --compiler-runtime --angle --release --force --qmldir %SRCDIR%/src/qml rdm.exe
- cd %SRCDIR%
- call "C:\\Program Files (x86)\\NSIS\\makensis.exe" /V1 /DVERSION=%APPVEYOR_BUILD_VERSION% ./build/windows/installer/installer.nsi
test_script:
Expand Down

0 comments on commit b3d084c

Please sign in to comment.