Merge branch 'master' of ssh://git.code.sf.net:/p/tuxpaint/tuxpaint

This commit is contained in:
Mark K. Kim 2017-12-21 23:49:20 -05:00
commit 75f0580e95
292 changed files with 12905 additions and 8495 deletions

View file

@ -1026,6 +1026,7 @@ install-bundlefiles:
@install -m 644 macos/Info.plist $(BUNDLE)/Contents
@install -m 644 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!