GandaG / pyfomod

A high-level fomod library written in Python.
https://pyfomod.rtfd.io/
Apache License 2.0
7 stars 6 forks source link

Support case-sensitive file systems #13

Closed krateng closed 1 year ago

krateng commented 2 years ago

This makes the library work on Linux, with (hopefully) no impact on Windows functionality. Closes #12

GandaG commented 2 years ago

Well, the tests failed because the python versions are too old I believe. This looks good though and shouldn't impact the tests - have you ran them locally?

krateng commented 2 years ago

Don't really have the environment setup for CI tests, sorry - I can only tell you that installing with pip and parsing a fomod folder work.

krateng commented 1 year ago

Made obsolete by #16