Skip to content

Commit

Permalink
script for creating Mac DMG with Application alias not working in Big…
Browse files Browse the repository at this point in the history
… Sur?
  • Loading branch information
rambaut committed May 3, 2021
1 parent b736d0b commit 67f4ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging_tools/mac/createdmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ echo '
set background picture of theViewOptions to file "'${backgroundPictureName}'"
set label position of theViewOptions to bottom
set icon size of theViewOptions to 96
make new alias file at container window to POSIX file "/Applications" with properties {name:"Applications"}
make new alias file at container window to (POSIX file "/Applications") with properties {name:"Applications"}
set position of item "'${applicationName}'" of container window to {100, 120}
set position of item "'${backgroundPictureName}'" of container window to {800, 120}
set position of item "Applications" of container window to {375, 120}
Expand Down

0 comments on commit 67f4ede

Please sign in to comment.