Change .dmg build to include compression and not be fixed size.
This commit is contained in:
parent
ef57802c03
commit
345d872932
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -162,10 +162,9 @@ osxapp: Build/Standalone Build/OSXMkLibs
|
|||
|
||||
./Build/OSXMkLibs $(OSXAPP_BASE)
|
||||
rm -f tmp/git-annex.dmg
|
||||
hdiutil create -size 640m -format UDRW -srcfolder tmp/build-dmg \
|
||||
hdiutil create -format UDBZ -srcfolder tmp/build-dmg \
|
||||
-volname git-annex -o tmp/git-annex.dmg
|
||||
rm -f tmp/git-annex.dmg.bz2
|
||||
bzip2 --fast tmp/git-annex.dmg
|
||||
|
||||
ANDROID_FLAGS?=-f-XMPP
|
||||
# Cross compile for Android.
|
||||
|
|
Loading…
Reference in a new issue