From b5a58f1a0c3b6d6be2764642f98b7f39223a1176 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Wed, 28 Jun 2023 22:54:18 +0200 Subject: [PATCH] Fix DMG generation --- resources/darwin/dmgsetup.scpt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/resources/darwin/dmgsetup.scpt b/resources/darwin/dmgsetup.scpt index 20c4773..e129b05 100644 --- a/resources/darwin/dmgsetup.scpt +++ b/resources/darwin/dmgsetup.scpt @@ -35,10 +35,9 @@ on run argv open update without registering applications tell container window - set sidebar width to 0 - set statusbar visible to false - set toolbar visible to false - set the bounds to { 400, 100, 900, 465 } + set its sidebar width to 0 + set its toolbar visible to false + set the bounds to { 400, 100, 900, 500 } set position of item "Planet Blupi.app" to { 133, 200 } set position of item "Applications" to { 378, 200 } end tell