[macOS Updater] Cleanup remnants of the old app bundle post-update
This commit is contained in:
@@ -10,5 +10,6 @@ fi
|
|||||||
new_app="$1/"
|
new_app="$1/"
|
||||||
old_app="$2/"
|
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
|
open -n -a "$2" --args --updating
|
||||||
|
|||||||
Reference in New Issue
Block a user