From 1f096c9068bae6431f0cce55a07f866b9f689f5d Mon Sep 17 00:00:00 2001 From: Albrecht Lohofener Date: Sun, 1 Sep 2024 23:56:40 +0200 Subject: [PATCH] Fix add additional files to Windows installer #2 --- .github/workflows/linux.yml | 2 +- .github/workflows/windows.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 5c13fce3..5079a8f1 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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/ diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d97a9074..940c2486 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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')