Skip to content

Commit

Permalink
fix: windows build ssl version
Browse files Browse the repository at this point in the history
  • Loading branch information
otahirs committed Jan 20, 2023
1 parent 72415ca commit b777bbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Expand Up @@ -77,8 +77,8 @@ jobs:
uses: actions/cache@v2
with:
path: |
C:/msys64/mingw64/bin/libcrypto-1_1-x64.dll
C:/msys64/mingw64/bin/libssl-1_1-x64.dll
C:/msys64/mingw64/bin/libcrypto-3-x64.dll
C:/msys64/mingw64/bin/libssl-3-x64.dll
C:/msys64/mingw64/bin/libiconv-2.dll
C:/msys64/mingw64/bin/libintl-8.dll
C:/msys64/mingw64/bin/libxml2-2.dll
Expand Down
4 changes: 2 additions & 2 deletions quickevent/quickevent.iss
Expand Up @@ -59,8 +59,8 @@ Source: {#SRC_DIR}\quickevent\app\quickevent\datafiles\*; DestDir: {app}\quickev

; NOTE: Don't use "Flags: ignoreversion" on any shared system files

Source: {#SSL_DIR}\bin\libcrypto-1_1-x64.dll; DestDir: {app}; Flags: ignoreversion
Source: {#SSL_DIR}\bin\libssl-1_1-x64.dll; DestDir: {app}; Flags: ignoreversion
Source: {#SSL_DIR}\bin\libcrypto-3-x64.dll; DestDir: {app}; Flags: ignoreversion
Source: {#SSL_DIR}\bin\libssl-3-x64.dll; DestDir: {app}; Flags: ignoreversion

Source: {#PSQL_DIR}\bin\libpq.dll; DestDir: {app}; Flags: ignoreversion
Source: {#PSQL_DIR}\bin\libintl-8.dll; DestDir: {app}; Flags: ignoreversion
Expand Down

0 comments on commit b777bbd

Please sign in to comment.