Skip to content

Commit

Permalink
shadps4 location
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Jan 2, 2025
1 parent 5719097 commit 76e30b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/EmuScripts/emuDeckShadPS4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76e30b3

Please sign in to comment.