Skip to content

Commit

Permalink
Adding OpenSSL 1.1.1 DLLs to installer (and git) to fix TSL in Win which
Browse files Browse the repository at this point in the history
resolves #1533
  • Loading branch information
dvorka committed Feb 18, 2024
1 parent ceb75ac commit d240084
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/windows/installer/mindforger-setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ Source: "{#VcRedistPath}"; DestDir: "{tmp}"; Flags: deleteafterinstall
Source: "..\..\..\app\release\bin\*"; DestDir: "{app}\bin"; Flags: recursesubdirs
Source: "..\..\..\doc\*"; DestDir: "{app}\Resources\mindforger-repository"; Flags: recursesubdirs
Source: "..\..\..\deps\zlib-win\lib\zlibwapi.dll"; DestDir: "{app}\bin"
Source: "..\..\..\deps\openssl-win\ms-vs-2017\libeay32.dll"; DestDir: "{app}\bin"
Source: "..\..\..\deps\openssl-win\ms-vs-2017\ssleay32.dll"; DestDir: "{app}\bin"
Source: "..\..\..\deps\openssl-win\openssl-1.1.1\capi.dll"; DestDir: "{app}\bin"
Source: "..\..\..\deps\openssl-win\openssl-1.1.1\dasync.dll"; DestDir: "{app}\bin"
Source: "..\..\..\deps\openssl-win\openssl-1.1.1\libcrypto-1_1-x64.dll"; DestDir: "{app}\bin"
Source: "..\..\..\deps\openssl-win\openssl-1.1.1\libssl-1_1-x64.dll"; DestDir: "{app}\bin"

[Icons]
Name: "{group}\{#MINDFORGER_APP_NAME}"; Filename: "{app}\bin\{#MINDFORGER_APP_EXE}"
Expand Down
Binary file added deps/openssl-win/ms-vs-2017/libeay32.dll
Binary file not shown.
Binary file added deps/openssl-win/ms-vs-2017/ssleay32.dll
Binary file not shown.
Binary file added deps/openssl-win/ms-vs-2019/libcrypto-3.dll
Binary file not shown.
Binary file added deps/openssl-win/ms-vs-2019/libssl-3.dll
Binary file not shown.
Binary file added deps/openssl-win/openssl-1.1.1/capi.dll
Binary file not shown.
Binary file added deps/openssl-win/openssl-1.1.1/dasync.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit d240084

Please sign in to comment.