1
0
forked from 0ad/0ad

Increase maximum size of mac bundle DMG

The game is slightly over 3G now.
This doesn't affect the actual DMG size, just the maximum size we can
write into it.

Differential Revision: https://code.wildfiregames.com/D4118
This was SVN commit r25737.
This commit is contained in:
wraitii 2021-06-07 18:56:32 +00:00
parent f5f493681d
commit 65ae6543c3

View File

@ -16,7 +16,7 @@ application = defines.get('app')
format = defines.get('format', 'UDBZ')
# Volume size
size = defines.get('size', '3G')
size = defines.get('size', '4G')
# Files to include
files = [ application ]