From 46ad0e80db37677288201c2bc49ff465b7933652 Mon Sep 17 00:00:00 2001 From: Anthony Rabine Date: Sat, 12 Aug 2023 15:58:40 +0200 Subject: [PATCH] Update build_story_editor_windows.yml --- .github/workflows/build_story_editor_windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_story_editor_windows.yml b/.github/workflows/build_story_editor_windows.yml index 7ed60cd..dc6099a 100644 --- a/.github/workflows/build_story_editor_windows.yml +++ b/.github/workflows/build_story_editor_windows.yml @@ -44,7 +44,7 @@ jobs: copy C:\Windows\System32\vccorlib140.dll story-editor\ copy C:\Windows\System32\msvcp140.dll story-editor\ copy C:\Windows\System32\vcruntime140.dll story-editor\ - ${{ github.workspace }}/Qt/${{ env.QT_VERSION }}/msvc2019_64/bin/windeployqt.exe story-editor\story-editor.exe + ${{ github.workspace }}/Qt/${{ env.QT_VERSION }}/msvc2019_64/bin/windeployqt.exe --release --no-compiler-runtime --no-opengl-sw --no-system-d3d-compiler story-editor\story-editor.exe - name: package_setup working-directory: ./story-editor run : |