summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-20 09:09:56 +0000
committerCarl Hetherington <cth@carlh.net>2018-03-20 20:17:36 +0000
commite40f3028d92dd738c9facb1c88e522cf68605166 (patch)
treef3dd113c45fa102ce4f701ae4a059a981e594f53
parent588f2e822311bc24474f0051ed535f87f5bc6ad8 (diff)
Tweak the appearance of the .dmg finder window.
-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 bb3d6c1ae..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, 740, 370}
+ 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 position of item "'$appdir'" of container window to {90, 80}
- set position of item "Applications" of container window to {220, 80}
- set position of item "READ ME.txt" of container window to {310, 80}
+ 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