[vlc-commits] [Git][videolan/vlc][master] macOS package: Increase image size for dmg package

David gitlab at videolan.org
Wed May 5 07:13:01 UTC 2021



David pushed to branch master at VideoLAN / VLC


Commits:
6a8dcbee by David Fuhrmann at 2021-05-05T08:06:43+02:00
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.

- - - - -


1 changed file:

- extras/package/macosx/dmg/dmg_settings.py


Changes:

=====================================
extras/package/macosx/dmg/dmg_settings.py
=====================================
@@ -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 ]



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6a8dcbee0f3925af7ace8afb0b1a5b58c69f354f

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6a8dcbee0f3925af7ace8afb0b1a5b58c69f354f
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list