We no longer need the sys.platform checks for paths since #33. Having the XDG_CONFIG_HOME override is also useful for Heroic to be able to keep a separate config for itself.
Changes
Removed sys.platform == "win32" check
Using %APPDATA% on Windows as the default config location
Why
We no longer need the
sys.platform
checks for paths since #33. Having theXDG_CONFIG_HOME
override is also useful for Heroic to be able to keep a separate config for itself.Changes
sys.platform == "win32"
checkEDIT:
I have verified these changes on Windows