kelesi / mtga-utils

Magic the Gathering: Arena related stuff (Card collection export)
MIT License
54 stars 13 forks source link

Fix case sensitive path for linux #22

Closed sschmitt closed 4 years ago

sschmitt commented 4 years ago

This can work on linux by exporting a couple environment variables:

export ProgramFiles="/home/$USER/Games/magic-the-gathering-arena/drive_c/Program Files (x86)" export APPDATA="/home/$USER/Games/magic-the-gathering-arena/drive_c/users/$USER/AppData/LocalLow"

But since linux is case sensitive while Windows is not, I needed to fix this first.