Fix missing SDL3.dll error message for Windows-Qt (#193)

This commit is contained in:
Xphalnos 2024-06-12 18:09:54 +02:00 committed by GitHub
parent 400d910743
commit e62690759d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@ jobs:
mkdir upload mkdir upload
move build/Release/shadPS4.exe upload move build/Release/shadPS4.exe upload
move build/Release/zlib-ng2.dll upload move build/Release/zlib-ng2.dll upload
move build/Release/SDL3.dll upload
windeployqt --dir upload upload/shadPS4.exe windeployqt --dir upload upload/shadPS4.exe
- name: Upload executable - name: Upload executable

View File

@ -56,7 +56,7 @@ Check the build instructions for [**Windows**](https://github.com/shadps4-emu/sh
## Linux ## Linux
Check the build instructions for [**Linux**](https://github.com/shadps4-emu/shadPS4/blob/main/documents/linux_building.md). Check the build instructions for [**Linux**](https://github.com/shadps4-emu/shadPS4/blob/main/documents/building-linux.md).
## Build status ## Build status