From e62690759d5f8ebe99e442fc26246fe507ef93ef Mon Sep 17 00:00:00 2001 From: Xphalnos <164882787+Xphalnos@users.noreply.github.com> Date: Wed, 12 Jun 2024 18:09:54 +0200 Subject: [PATCH] Fix missing SDL3.dll error message for Windows-Qt (#193) --- .github/workflows/windows-qt.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows-qt.yml b/.github/workflows/windows-qt.yml index 4db3c69c..7cad4630 100644 --- a/.github/workflows/windows-qt.yml +++ b/.github/workflows/windows-qt.yml @@ -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 diff --git a/README.md b/README.md index 8c88f154..c93a3b44 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Check the build instructions for [**Windows**](https://github.com/shadps4-emu/sh ## 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