Skip to content

Commit bf882b6

Browse files
authored
fix: explicitly set volume size for dmg (#298918)
1 parent 06b198f commit bf882b6

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)