Proper DMG support on macOS.

Previously `make install` on macOS created TuxPaint.dmg, but it was a
simple disk image.

Now TuxPaint.dmg is formatted as one would expect from any other macOS app,
with a Tux folder icon, symlink to the /Applications folder, and a
background image with an arrow.
This commit is contained in:
Mark K. Kim 2018-05-25 00:24:46 -04:00
parent 2aa7f4d2ae
commit b80393c11b
5 changed files with 53 additions and 5 deletions

1
.gitignore vendored
View file

@ -11,3 +11,4 @@ TuxPaint.app
TuxPaint.dmg
*.dylib
*.dylib.dSYM
.DS_Store