osx: make install -> create dmg (bzip2)

This commit is contained in:
rbuj 2017-12-05 12:55:46 +01:00
parent 7ddb735b34
commit 3a7a278923

View file

@ -1026,6 +1026,7 @@ install-bundlefiles:
@cp -p macos/Info.plist $(BUNDLE)/Contents
@cp -p macos/tuxpaint.icns $(BUNDLE)/Contents/Resources
@custom/macos.sh
@hdiutil create -volname "Tux Paint $(VER_VERSION)" -srcfolder $(BUNDLE) -ov -format UDBZ -o TuxPaint.dmg
# Build the program!