aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2019-09-25 15:07:26 -0700
committerGerald Combs <gerald@wireshark.org>2019-09-25 22:08:01 +0000
commit60c9297069cc08d3cac2c05a9d550fc20c30c8dd (patch)
treec32eaac627c43e349f8c100a8118fe3c8e390ee2 /packaging
parentaa3718cfb7eee22cf238ade54c26fd58e5bdc838 (diff)
macOS: Increase our .dmg compression level.
Change-Id: I273eb5174ef92146aa48eda8a2e37a13828d73f4 Reviewed-on: https://code.wireshark.org/review/34626 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/macosx/dmgbuild-settings.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/dmgbuild-settings.py.in b/packaging/macosx/dmgbuild-settings.py.in
index 6d7202ce42..1eaaa2368e 100644
--- a/packaging/macosx/dmgbuild-settings.py.in
+++ b/packaging/macosx/dmgbuild-settings.py.in
@@ -45,7 +45,7 @@ ws_uninstall_path_helper = 'Remove Wireshark from the system path.pkg'
format = defines.get('format', 'UDBZ')
# Compression level (if relevant)
-# compression_level = 9
+compression_level = 9
# Volume size
size = None