forked from surge-synthesizer/surge
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mac installer installs the App and FX App now
Closes surge-synthesizer#4400
- Loading branch information
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
#!/bin/bash | ||
rsync -r --delete "/tmp/Surge XT" /Library/Application\ Support/ | ||
chown -R $USER:staff "/Library/Application\ Support/Surge XT" | ||
rsync -r --delete "/tmp/SXT/Surge XT" /Library/Application\ Support/ | ||
rsync -r --delete "/tmp/SXT/Surge XT.app" /Applications | ||
rsync -r --delete "/tmp/SXT/Surge XT Effects.app" /Applications | ||
chown -R $USER:staff "/Library/Application Support/Surge XT" | ||
chown -R $USER:staff "/Applications/Surge XT.app" | ||
chown -R $USER:staff "/Applications/Surge XT Effects.app" | ||
rm -rf "/tmp/Surge XT" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters