loathers / TourGuide

Relay script for KoLmafia, for the web game Kingdom of Loathing. Gives advice on how to play.
The Unlicense
14 stars 17 forks source link

support bundling on case-sensitive filesystems #169

Closed danielwhite closed 11 months ago

danielwhite commented 11 months ago

This almost works on a non-Windows OS except for assuming that filenames can be made lower case.

Seems only a couple of imports are needed allow this script to work (probably) everywhere. Beyond those, I couldn't see any specific reasons to support case-insensitivity except as an oversight.

danielwhite commented 11 months ago

@docrostov, I used this to test the changes from #168, so I'm reasonably confident it will work.

I have not had the opportunity to test it on other platforms.

As best as I can see, this only changes how the file to be imported is loaded and doesn't otherwise impact the resulting output.