tuxpaint-pencil-sharpener/custom
Mark K. Kim b80393c11b 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.
2018-05-25 00:24:46 -04:00
..
macos-mkdmg.sh Proper DMG support on macOS. 2018-05-25 00:24:46 -04:00
macos.sh Fix text not displaying on systems without Fontconfig installed. 2017-12-20 23:19:19 -05:00
README.txt Trying again... 2017-11-27 01:02:41 -05:00
win32.bat Customization stuff from Eric P's OSX update. 2014-03-19 22:37:37 +00:00

Tux Paint Customization

This folder allows for customization of Tux Paint. One example is adding resources such as fonts, stamps, starters...

On Mac OS X, at the very end of the build, macos.sh script in this folder is run.

On Windows, the win32.bat in this folder has to be run manually. At some point, a calling to the script could be integrated in the build process so as to be run automatically, just like it is on Mac OS X (see above).

On Linux, it should be straightforward to replicate the process describe above on Mac OS X, and automatically call a linux.sh script, in this folder, from the build process.