mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-29 06:43:17 +00:00
Fix missing SDL3.dll error message for Windows-Qt (#193)
This commit is contained in:
parent
400d910743
commit
e62690759d
2 changed files with 2 additions and 1 deletions
1
.github/workflows/windows-qt.yml
vendored
1
.github/workflows/windows-qt.yml
vendored
|
@ -45,6 +45,7 @@ jobs:
|
|||
mkdir upload
|
||||
move build/Release/shadPS4.exe upload
|
||||
move build/Release/zlib-ng2.dll upload
|
||||
move build/Release/SDL3.dll upload
|
||||
windeployqt --dir upload upload/shadPS4.exe
|
||||
|
||||
- name: Upload executable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue