OpenFunscripter / OFS

A tool to create funscripts
GNU General Public License v3.0
90 stars 38 forks source link

Fixes the macOS data folder location #24

Closed MarshMongoose closed 2 years ago

MarshMongoose commented 2 years ago

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.)

OpenFunscripter commented 2 years ago

I can't test any of this but thank you for looking into it 👍