From eb78e6e2c04ceee1d7cff25cd0b5f3486b38a7a5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 8 Oct 2015 21:19:45 +0100 Subject: More OS X tweaks. --- platform/osx/make_dmg.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'platform') 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" -- cgit v1.2.3