mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 16:25:00 +01:00
fix: explicitly set volume size for dmg (#298918)
This commit is contained in:
@@ -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}}]
|
||||
|
||||
Reference in New Issue
Block a user