try work-around occasionally misplaced app icons in dmg (set twice)
authorRobin Gareus <robin@gareus.org>
Thu, 27 Apr 2017 19:19:27 +0000 (21:19 +0200)
committerRobin Gareus <robin@gareus.org>
Thu, 27 Apr 2017 19:19:27 +0000 (21:19 +0200)
tools/osx_packaging/osx_build

index ecfacd2d629ef1761b6a52800a72e20ff083073d..0bc63e77522d6ab1bc6458caee2b4e802325b397 100755 (executable)
@@ -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