Skip to content

Commit eeda336

Browse files
authored
Deploy openssl dll's with Windows installer (RedisInsight#3651)
* Update appveyor.yml * Use dynamic linking for openssl in qredisclient
1 parent 977ff4e commit eeda336

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ build_script:
2323
- cd %SRCDIR%
2424
- copy /y .\bin\windows\release\rdm.exe .\build\windows\installer\resources\rdm.exe
2525
- copy /y .\bin\windows\release\rdm.pdb .\build\windows\installer\resources\rdm.pdb
26+
- copy /y .\3rdparty\qredisclient\3rdparty\windows\rmt_openssl.1.0.2.5\build\native\bin\v140\Win32\Release\dynamic\libeay32.dll .\build\windows\installer\resources\libeay32.dll
27+
- copy /y .\3rdparty\qredisclient\3rdparty\windows\rmt_openssl.1.0.2.5\build\native\bin\v140\Win32\Release\dynamic\ssleay32.dll .\build\windows\installer\resources\ssleay32.dll
2628
- cd build/windows/installer/resources/
2729
- windeployqt --no-translations --compiler-runtime --angle --release --force --qmldir %SRCDIR%/src/resources/qml rdm.exe
2830
- cd %SRCDIR%

0 commit comments

Comments
 (0)