From 67f4ededa09f8af513a40e8702f81a2237ded2b2 Mon Sep 17 00:00:00 2001 From: Andrew Rambaut Date: Mon, 3 May 2021 11:26:09 +0100 Subject: [PATCH] script for creating Mac DMG with Application alias not working in Big Sur? --- packaging_tools/mac/createdmg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging_tools/mac/createdmg.sh b/packaging_tools/mac/createdmg.sh index 4ada475..018130b 100755 --- a/packaging_tools/mac/createdmg.sh +++ b/packaging_tools/mac/createdmg.sh @@ -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}