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
1 merge request!75macOS package: Increase image size for dmg package
Pipeline #93313 passed with stage
in 22 minutes and 34 seconds
......@@ -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