[geany/geany-osx] 8d283d: Use UDBZ as dmg format

Jiří Techet git-noreply at xxxxx
Sat Nov 9 22:11:45 UTC 2019


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sat, 09 Nov 2019 22:11:45 UTC
Commit:      8d283d5382cd247f181ea45d160c1944d7dc005b
             https://github.com/geany/geany-osx/commit/8d283d5382cd247f181ea45d160c1944d7dc005b

Log Message:
-----------
Use UDBZ as dmg format

This uses bzip2 instead of gzip compression with better compression ratio.


Modified Paths:
--------------
    create_dmg.sh

Modified: create_dmg.sh
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -22,6 +22,7 @@ create-dmg \
 --icon $APPNAME 180 150 \
 --hide-extension "$APPNAME" \
 --app-drop-link 520 150 \
+--format UDBZ \
 "$DMGNAME" \
 "$TMPDIR"
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list