summaryrefslogtreecommitdiff
path: root/tools/osx_packaging
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-04-27 21:19:27 +0200
committerRobin Gareus <robin@gareus.org>2017-04-27 21:19:27 +0200
commit695a74e2a81b0f92a283ebe47236859448e7ebb3 (patch)
tree37fd57ddbee80035119603cbd93c45117f609146 /tools/osx_packaging
parent1ebf35f13719df3f0565d75304fe778f443d8665 (diff)
try work-around occasionally misplaced app icons in dmg (set twice)
Diffstat (limited to 'tools/osx_packaging')
-rwxr-xr-xtools/osx_packaging/osx_build11
1 files changed, 10 insertions, 1 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index ecfacd2d62..0bc63e7752 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -831,7 +831,16 @@ osascript << EOF
close
open
update without registering applications
- delay 5
+ delay 3
+ set position of item "${APPDIR}" of container window to {90, 100}
+ set position of item "Applications" of container window to {310, 100}
+ ${MIXBUSPOS}
+ ${HARVIDPOS}
+ ${XJADEOPOS}
+ close
+ open
+ update without registering applications
+ delay 3
eject
end tell
end tell