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:
parent
2aa7f4d2ae
commit
b80393c11b
5 changed files with 53 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -11,3 +11,4 @@ TuxPaint.app
|
|||
TuxPaint.dmg
|
||||
*.dylib
|
||||
*.dylib.dSYM
|
||||
.DS_Store
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue