Skip to content

Commit

Permalink
Add missing config files folder to release build
Browse files Browse the repository at this point in the history
These files are needed for first time run to install files to user machine ~/.sonic-pi/config folder
  • Loading branch information
rbnpi authored Sep 25, 2022
1 parent 47d9951 commit 7b0b4e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/mac-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ cd "macOS_Release/Sonic Pi.app/Contents/Resources"
rm app etc server
mkdir app
cp -R ../../../../../../app/server app/server
cp -R ../../../../../../app/config app/config
cp -R ../../../../../../etc .
ln -s app/server .

Expand Down

0 comments on commit 7b0b4e4

Please sign in to comment.