Fix #31 : Config Path use ~/.config instead.

This is more common for Desktop Apps.
This commit is contained in:
CodeSteak 2019-06-12 13:28:03 +02:00
parent 8109782e4e
commit 6219ad93d0
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class SettingsController {
dirPath = if (osName.contains("Windows")) {
"$userHome/Documents/TextureSync"
} else {
"$userHome/.TextureSync"
"$userHome/.config/TextureSync"
}
settingsFile = File("$dirPath/config.xml") //open Settings file