Skip to content

Commit

Permalink
Fix add additional files to Windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL authored Sep 1, 2024
1 parent ee3140c commit f107ebc
Showing 1 changed file with 3 additions and 3 deletions.
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 $QT_ROOT_DIR\libgcc_s_seh-1.dll installer
Copy-Item $QT_ROOT_DIR\libwinpthread-1.dll installer
Copy-Item $QT_ROOT_DIR\libstdc++-6.dll installer
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
echo ""*** Create filename "***"
$current_date=$(Get-Date -Format 'yyyyMMdd')
Expand Down

0 comments on commit f107ebc

Please sign in to comment.