[macOS Updater] Cleanup remnants of the old app bundle post-update

This commit is contained in:
schm1dtmac
2026-01-04 15:19:28 +00:00
committed by Megamouse
parent cc37a40f40
commit a0e0a6c6a6

View File

@@ -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