Update openssl binaries

Qt 5.12.4 and higher uses openssl v1.1.1, after v1.1 binaries are no longer compatible, so we need to ship the new version. Names of the dlls also changed, so win packaging had to be updated.
This commit is contained in:
Luis Ángel San Martín 2019-09-25 16:22:15 +02:00
parent 82dce8ab25
commit d154e89311
10 changed files with 4 additions and 4 deletions

View File

@ -73,8 +73,7 @@ Source:styles\*; DestDir: {app}\styles\
;Libs
Source: pdfium.dll; DestDir: {app}
Source: qrencode.dll; DestDir: {app}
Source: libeay32.dll; DestDir: {app}
Source: ssleay32.dll; DestDir: {app}
Source: openssl\*; DestDir: {app}
;vcredist
Source: "vc_redist.{#PLATFORM}.exe"; DestDir: {tmp}; Flags: deleteafterinstall

View File

@ -35,10 +35,11 @@ IF "%2"=="7z" (
copy %src_path%\dependencies\unarr\win\%1\unarr.dll .
)
mkdir openssl
copy %src_path%\dependencies\qrencode\win\%1\qrencode.dll .
copy %src_path%\dependencies\pdfium\win\%1\pdfium.dll .
copy %src_path%\dependencies\openssl\win\%1\libeay32.dll .
copy %src_path%\dependencies\openssl\win\%1\ssleay32.dll .
copy %src_path%\dependencies\openssl\win\%1\* .\openssl\
xcopy %src_path%\release\server .\server /i /e
xcopy %src_path%\release\languages .\languages /i /e

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.