From 76e30b3eb100576be1f4f737a5ead6ac1ff0ef5b Mon Sep 17 00:00:00 2001 From: Dragoon Dorise Date: Thu, 2 Jan 2025 15:38:48 +0100 Subject: [PATCH] shadps4 location --- functions/EmuScripts/emuDeckShadPS4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/EmuScripts/emuDeckShadPS4.sh b/functions/EmuScripts/emuDeckShadPS4.sh index b6c886957..8e82d5fe0 100644 --- a/functions/EmuScripts/emuDeckShadPS4.sh +++ b/functions/EmuScripts/emuDeckShadPS4.sh @@ -21,7 +21,7 @@ ShadPS4_install(){ if installEmuAI "$ShadPS4_emuName" "" "$(getReleaseURLGH "shadps4-emu/shadPS4" "zip" "linux-qt")" "" "zip" "emulator" "$showProgress"; then unzip -o "$HOME/Applications/ShadPS4.zip" -d "$ShadPS4_emuPath" && rm -rf "$HOME/Applications/ShadPS4.zip" - chmod +x "$ShadPS4_emuPath/publish/Shadps4-qt.AppImage" + chmod +x "$ShadPS4_emuPath/Shadps4-qt.AppImage" else return 1 fi