Skip to content

Commit 7ff3668

Browse files
committed
fix: explicitly set volume size for dmg
1 parent 06bf068 commit 7ff3668

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build/darwin/dmg-settings.py.template

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ format = 'ULMO'
66
badge_icon = {{BADGE_ICON}}
77
background = {{BACKGROUND}}
88

9-
# Volume size (None = auto-calculate)
10-
size = None
9+
# Volume size
10+
size = '1g'
11+
shrink = False
1112

1213
# Files and symlinks
1314
files = [{{APP_PATH}}]

0 commit comments

Comments
 (0)