Skip to content

Commit d393053

Browse files
committed
Build - fix syntax error in mac-release
1 parent e40329b commit d393053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/mac-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ replace_symlink() {
115115
}
116116

117117

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

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

0 commit comments

Comments
 (0)