Update build_story_editor_windows.yml

This commit is contained in:
Anthony Rabine 2023-08-12 15:58:40 +02:00 committed by GitHub
parent e5ce4409fa
commit 46ad0e80db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 : |