Skip to content

Commit 76e30b3

Browse files
committed
shadps4 location
1 parent 5719097 commit 76e30b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/EmuScripts/emuDeckShadPS4.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ShadPS4_install(){
2121

2222
if installEmuAI "$ShadPS4_emuName" "" "$(getReleaseURLGH "shadps4-emu/shadPS4" "zip" "linux-qt")" "" "zip" "emulator" "$showProgress"; then
2323
unzip -o "$HOME/Applications/ShadPS4.zip" -d "$ShadPS4_emuPath" && rm -rf "$HOME/Applications/ShadPS4.zip"
24-
chmod +x "$ShadPS4_emuPath/publish/Shadps4-qt.AppImage"
24+
chmod +x "$ShadPS4_emuPath/Shadps4-qt.AppImage"
2525
else
2626
return 1
2727
fi

0 commit comments

Comments
 (0)