We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5719097 commit 76e30b3Copy full SHA for 76e30b3
functions/EmuScripts/emuDeckShadPS4.sh
@@ -21,7 +21,7 @@ ShadPS4_install(){
21
22
if installEmuAI "$ShadPS4_emuName" "" "$(getReleaseURLGH "shadps4-emu/shadPS4" "zip" "linux-qt")" "" "zip" "emulator" "$showProgress"; then
23
unzip -o "$HOME/Applications/ShadPS4.zip" -d "$ShadPS4_emuPath" && rm -rf "$HOME/Applications/ShadPS4.zip"
24
- chmod +x "$ShadPS4_emuPath/publish/Shadps4-qt.AppImage"
+ chmod +x "$ShadPS4_emuPath/Shadps4-qt.AppImage"
25
else
26
return 1
27
fi
0 commit comments