mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-31 01:25:18 +01:00
[macOS Updater] Cleanup remnants of the old app bundle post-update
This commit is contained in:
@@ -10,5 +10,6 @@ fi
|
||||
new_app="$1/"
|
||||
old_app="$2/"
|
||||
|
||||
cp -Rf -p "$new_app" "$old_app"
|
||||
rm -rf "$old_app"
|
||||
mv "$new_app" "$old_app"
|
||||
open -n -a "$2" --args --updating
|
||||
|
||||
Reference in New Issue
Block a user