Skip to content

Commit

Permalink
Build - fix syntax error in mac-release
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Oct 21, 2024
1 parent e40329b commit d393053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mac-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ replace_symlink() {
}


cd "${SCRIPT_DIR}/build/macOS_Release/Sonic\ Pi.app/Contents/Resources/server/beam/tau/_build"
cd "${SCRIPT_DIR}/build/macOS_Release/Sonic Pi.app/Contents/Resources/server/beam/tau/_build"

find . -type l | while IFS= read -r symlink; do
replace_symlink "$symlink"
Expand Down

0 comments on commit d393053

Please sign in to comment.