[vlc-commits] macOS package: Increase image size for dmg package
David Fuhrmann
git at videolan.org
Wed May 5 18:48:09 UTC 2021
vlc/vlc-3.0 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Mon May 3 21:39:32 2021 +0200| [9f1a68226ba337bdf673f95caef95a10ef2920b4] | committer: David Fuhrmann
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.
(cherry picked from commit 6a8dcbee0f3925af7ace8afb0b1a5b58c69f354f)
Signed-off-by: David Fuhrmann <dfuhrmann at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=9f1a68226ba337bdf673f95caef95a10ef2920b4
---
extras/package/macosx/dmg/dmg_settings.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/package/macosx/dmg/dmg_settings.py b/extras/package/macosx/dmg/dmg_settings.py
index 2b0984c521..c380893907 100644
--- a/extras/package/macosx/dmg/dmg_settings.py
+++ b/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 ]
More information about the vlc-commits
mailing list