Skip to content

Commit

Permalink
proper shadps4 path
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Jan 2, 2025
1 parent 141dd25 commit 3bab8f0
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 "$emusFolder/ShadPS4.zip" -d "$ShadPS4_emuPath" && rm -rf "$emusFolder/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 3bab8f0

Please sign in to comment.