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.
Merge pull request surge-synthesizer#294 from baconpaul/installer-res…
…ources-290 More mac build and installer changes. Closes surge-synthesizer#290 Former-commit-id: adc8c938c63e2b8362d278fd82d536fdda0929ff [formerly b807b45] Former-commit-id: da097ffb52c281d328e586ab4d374d1fc8f0256d Former-commit-id: e79b3ab4eabe1a31b2fc2c288f88445b4836b14a
- Loading branch information
Showing
4 changed files
with
85 additions
and
70 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
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
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,4 @@ | ||
#!/bin/bash | ||
cp -R "$DSTVOLUME/tmp/Surge" /Library/Application\ Support/ | ||
rsync -r --delete "$DSTVOLUME/tmp/Surge" /Library/Application\ Support/ | ||
chown -R $USER:staff /Library/Application\ Support/Surge | ||
rm -rf "$DSTVOLUME/tmp/Surge" |
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