Brian0255 / NDS-Ironmon-Tracker

An ironMON tracker for Nintendo DS Pokémon games.
GNU General Public License v3.0
39 stars 16 forks source link

Linux fixes #80

Closed wesleystedman closed 1 year ago

wesleystedman commented 1 year ago

All paths outside of the updater commands now use Paths.SLASH instead of hardcoded slashes, fixing the issue of some files having different locations and names on Linux vs Windows. All features minus the updater should now work on Linux as they do on Windows.

The Paths.CURRENT_DIRECTORY variable should now be set correctly on both Linux and Windows.

Testing on a Windows system is still needed, as I do not have access to one.