Skip to content

Commit

Permalink
Use bzip2 compression for the disk image.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaltaks committed May 27, 2009
1 parent 2812963 commit 52e0ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ disk_image:
#cp image_resources/*.png $(image)
#cp image_resources/_DS_Store $(image)/.DS_Store
$(hdiutil) create -srcfolder $(image) \
-volname DoubleCommand \
-volname DoubleCommand -format UDBZ \
$(tmp)/DoubleCommand-`cat $(VERSION_FILE)`.dmg

uninstall:
Expand Down

0 comments on commit 52e0ecc

Please sign in to comment.