Skip to content

Commit

Permalink
Bump up dmg size limit in macOS release build (CleverRaven#69286)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettDong authored Nov 12, 2023
1 parent 0a3f4ca commit 2a70d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-data/osx/dmgsettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def icon_from_app(app_path):
format = defines.get('format', 'UDBZ')

# Volume size (must be large enough for your files)
size = defines.get('size', '300M')
size = defines.get('size', '400M')

# Files to include
files = [application]
Expand Down

0 comments on commit 2a70d7f

Please sign in to comment.