Skip to content

Commit

Permalink
Fix add additional files to Windows installer #2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL authored Sep 1, 2024
1 parent f107ebc commit 1f096c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
cd ..
echo $PWD
- name: Prepare welle-cli AppImage
- name: Prepare welle-io AppImage
id: prepare_app_image
run: |
find build/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
& windeployqt installer\welle-io.exe --qmldir src\welle-gui\QML\ --no-translations
# For some reason windeployqt deploys the wrong DLLs
Copy-Item $Env:QT_ROOT_DIR\libgcc_s_seh-1.dll installer
Copy-Item $Env:QT_ROOT_DIR\libwinpthread-1.dll installer
Copy-Item $Env:QT_ROOT_DIR\libstdc++-6.dll installer
Copy-Item $Env:QT_ROOT_DIR\bin\libgcc_s_seh-1.dll installer
Copy-Item $Env:QT_ROOT_DIR\bin\libwinpthread-1.dll installer
Copy-Item $Env:QT_ROOT_DIR\bin\libstdc++-6.dll installer
echo ""*** Create filename "***"
$current_date=$(Get-Date -Format 'yyyyMMdd')
Expand Down

0 comments on commit 1f096c9

Please sign in to comment.