summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-08 21:19:45 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-09 13:45:08 +0100
commiteb78e6e2c04ceee1d7cff25cd0b5f3486b38a7a5 (patch)
treef5329942dbe2735c37e3ab383374b1955ea2aa2b /platform
parent1575bb2940689e937f54b7dfcf67f250bdacc42e (diff)
More OS X tweaks.
Diffstat (limited to 'platform')
-rw-r--r--platform/osx/make_dmg.sh10
1 files changed, 6 insertions, 4 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh
index 6e1382fef..068fe4110 100644
--- a/platform/osx/make_dmg.sh
+++ b/platform/osx/make_dmg.sh
@@ -262,8 +262,10 @@ echo '
set arrangement of theViewOptions to not arranged
set icon size of theViewOptions to 64
set position of item "DCP-o-matic 2.app" of container window to {90, 80}
- set position of item "DCP-o-matic 2 KDM Creator.app" of container window to {310, 80}
- set position of item "Applications" of container window to {530, 80}
+ set position of item "DCP-o-matic 2 KDM Creator.app" of container window to {270, 80}
+ set position of item "DCP-o-matic 2 Server.app" of container window to {90, 200}
+ set position of item "DCP-o-matic 2 Batch Converter.app" of container window to {270, 200}
+ set position of item "Applications" of container window to {450, 80}
close
open
update without registering applications
@@ -277,7 +279,7 @@ sync
hdiutil eject $device
hdiutil convert -format UDZO $tmp_dmg -imagekey zlib-level=9 -o "$dmg"
-sips -i "$WORK/$resources/DCP-o-matic.icns"
-DeRez -only icns "$WORK/$resources/DCP-o-matic.icns" > "$WORK/$resources/DCP-o-matic.rsrc"
+sips -i "$WORK/$resources/dcpomatic2.icns"
+DeRez -only icns "$WORK/$resources/dcpomatic2.icns" > "$WORK/$resources/DCP-o-matic.rsrc"
Rez -append "$WORK/$resources/DCP-o-matic.rsrc" -o "$dmg"
SetFile -a C "$dmg"