summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-20 21:13:13 +0000
committerCarl Hetherington <cth@carlh.net>2018-03-20 21:13:13 +0000
commit82417d71e1f35b6c65e2c78d06ac306d8a0fc6bc (patch)
treef3dd113c45fa102ce4f701ae4a059a981e594f53
parent0f226410879c33e7f022a3b9c2a9766b2bd98bf0 (diff)
parente40f3028d92dd738c9facb1c88e522cf68605166 (diff)
More .dmg tweaks.
-rw-r--r--platform/osx/make_dmg.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh
index 29f0cc1a8..82237f988 100644
--- a/platform/osx/make_dmg.sh
+++ b/platform/osx/make_dmg.sh
@@ -197,18 +197,18 @@ EOF
echo '
tell application "Finder"
- tell disk "'$vol_name'"
+ tell disk "$vol_name"
open
set current view of container window to icon view
set toolbar visible of container window to false
set statusbar visible of container window to false
+ set the bounds of container window to {400, 200, 940, 300}
set theViewOptions to the icon view options of container window
set arrangement of theViewOptions to not arranged
set icon size of theViewOptions to 64
- set the bounds of container window to {400, 200, 740, 370}
- set position of item "'$appdir'" of container window to {90, 120}
- set position of item "Applications" of container window to {220, 120}
- set position of item "READ ME.txt" of container window to {310, 120}
+ set position of item "$appdir" of container window to {90, 80}
+ set position of item "Applications" of container window to {265, 80}
+ set position of item "READ ME.txt" of container window to {430, 80}
close
open
update without registering applications