From bf882b69a0ee51398d79d652c3205fbc8adafaab Mon Sep 17 00:00:00 2001 From: Robo Date: Tue, 3 Mar 2026 23:45:16 +0900 Subject: [PATCH] fix: explicitly set volume size for dmg (#298918) --- build/darwin/dmg-settings.py.template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build/darwin/dmg-settings.py.template b/build/darwin/dmg-settings.py.template index 4a54a69ab02..f471029f32a 100644 --- a/build/darwin/dmg-settings.py.template +++ b/build/darwin/dmg-settings.py.template @@ -6,8 +6,9 @@ format = 'ULMO' badge_icon = {{BADGE_ICON}} background = {{BACKGROUND}} -# Volume size (None = auto-calculate) -size = None +# Volume size +size = '1g' +shrink = False # Files and symlinks files = [{{APP_PATH}}]