Skip to content

Commit

Permalink
copy postgres DLLs to windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanda Vacek committed Jul 9, 2023
1 parent 29de773 commit f4d2fb9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
run: cp /mingw64/bin/{libstdc++-6.dll,libgcc_s_seh-1.dll,libwinpthread-1.dll} '${{ github.workspace }}/install/bin'
shell: bash

- name: Copy PostgreSQL runtime libraries
run: cp "C:/Program Files/PostgreSQL/14/bin/{libiconv-2.dll,libintl-9.dll,liblz4.dll,zlib1.dll,libpq.dll}" '${{ github.workspace }}/install/bin'
shell: bash

- name: Get app version
run: echo "VERSION=$(grep APP_VERSION quickevent/app/quickevent/src/appversion.h | cut -d\" -f2)" >> "$GITHUB_ENV"
shell: bash
Expand Down

0 comments on commit f4d2fb9

Please sign in to comment.