From 695a74e2a81b0f92a283ebe47236859448e7ebb3 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 27 Apr 2017 21:19:27 +0200 Subject: try work-around occasionally misplaced app icons in dmg (set twice) --- tools/osx_packaging/osx_build | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'tools/osx_packaging') 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 -- cgit v1.2.3