FlowingCode / FontAwesomeIronIconset

Iron iconset based on FontAwesome
https://www.flowingcode.com/en/open-source/
Apache License 2.0
16 stars 6 forks source link

fix: make javaFile path platform-agnostic #100

Closed jdewaen closed 11 months ago

jdewaen commented 11 months ago

Close #99

By going through Path, the path separators will depend on the actual OS the code is running on. I have tested this on macOS 14, but I don't have access to a Windows machine to double-check it still works there.