11 lines
No EOL
775 B
Text
Executable file
11 lines
No EOL
775 B
Text
Executable file
Tux Paint Customization
|
|
|
|
//EP added in 0.9.22 the customization process, custom folder and its files
|
|
|
|
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 build in Xcode, a build phase looks for macosx.sh script in this folder. If found, it is run, otherwise no customization is done.
|
|
|
|
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. |