Mark Kim
22fe08f77a
fix grep warning in macOS build script
...
Newer version of grep throws a warning "grep: warning: stray \ before /"
during macOS app bundle build. Fixed.
2023-06-22 22:32:33 -04:00
Mark Kim
8a8ba0cb3f
Speed up macOS app bundle build time.
2022-12-03 14:24:52 -05:00
Mark Kim
3849480fd4
Pango loads Tux Paint-supplied fonts on macOS.
...
Previously Pango loaded system-supplied fonts instead, which could lead
to fonts not rendering in a human-readable text. This change fixes
https://sourceforge.net/p/tuxpaint/bugs/265/
2022-12-02 22:57:38 -05:00
Mark Kim
91c7b7357f
Use character class in macOS build script
...
It appears \t is not compatible with certain versions of grep.
2022-01-16 22:26:01 -05:00
Mark Kim
3c059ffe36
Move custom/macos* files to macos/*
...
Move all macOS build scripts and resources into the same directory instead of
just having the scripts in one directory and the resources in another.
2021-01-11 18:16:22 -05:00