Hi! This patch should fix the issue mentioned in bug #23
For macOS only, this changes the location of the "data" folder containing fonts, lua scripts, etc. so it gets copied to OpenFunscripter.app/Contents/Resources/data/
(Previously it would copy to OpenFunscripter.app/Contents/MacOS/data/ and then when running the app it would crash as it couldn't find the fonts.)
Hi! This patch should fix the issue mentioned in bug #23
For macOS only, this changes the location of the "data" folder containing fonts, lua scripts, etc. so it gets copied to
OpenFunscripter.app/Contents/Resources/data/
(Previously it would copy to
OpenFunscripter.app/Contents/MacOS/data/
and then when running the app it would crash as it couldn't find the fonts.)