ApplicationDefinition.st
changeset 23460 b246dde491c8
parent 23451 919b0ee3c96e
child 23461 a240076e0cd3
--- a/ApplicationDefinition.st	Wed Oct 24 09:01:44 2018 +0200
+++ b/ApplicationDefinition.st	Wed Oct 24 18:16:10 2018 +0200
@@ -3047,12 +3047,14 @@
 # tell the Finder to resize the window, set the background,
 #  change the icon size, place the icons in the right position, etc.
 dmg_mount_script:
+        @-sleep 1
         @-hdiutil detach /Volumes/"%(PRODUCT_NAME)"
+        @-sleep 1
         @-hdiutil detach /Volumes/"%(PRODUCT_NAME)"
         @-sync
         hdiutil attach -readwrite -noverify "%(PRODUCT_FILENAME).dmg"
         @-sync
-        @-sleep 10
+        @-sleep 20
         @(cat osx/osascript.script | osascript)
         hdiutil detach /Volumes/"%(PRODUCT_NAME)"
         @-sync
@@ -3063,6 +3065,7 @@
 '
 
     "Modified: / 24-02-2017 / 14:30:49 / cg"
+    "Modified: / 24-10-2018 / 18:16:15 / Claus Gittinger"
 !
 
 osxSetupRules_forPKG