Skip to content
Snippets Groups Projects
Commit 6a8dcbee authored by David's avatar David
Browse files

macOS package: Increase image size for dmg package

Increase to 300M to allow to build universal releases.
This is the maximum size of the release image, the final
file will be only at the usual compressed size.
parent e7458985
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ appname = os.path.basename(application)
format = defines.get('format', 'UDBZ')
# Volume size (must be large enough for your files)
size = defines.get('size', '150M')
size = defines.get('size', '300M')
# Files to include
files = [ application ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment