mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
commit
07db04c10c
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ jobs:
|
||||||
copy C:\Windows\System32\vccorlib140.dll story-editor\
|
copy C:\Windows\System32\vccorlib140.dll story-editor\
|
||||||
copy C:\Windows\System32\msvcp140.dll story-editor\
|
copy C:\Windows\System32\msvcp140.dll story-editor\
|
||||||
copy C:\Windows\System32\vcruntime140.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
|
- name: package_setup
|
||||||
working-directory: ./story-editor
|
working-directory: ./story-editor
|
||||||
run : |
|
run : |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue