diff --git a/src/config.rs b/src/config.rs index 0777c1c..1159f0c 100644 --- a/src/config.rs +++ b/src/config.rs @@ -22,7 +22,7 @@ impl Configuration { // this case is currently untested "windows" => { location.push(String::from("config.json")); - location.push(String::from("{:?}/AppData/gt/config.json")) + location.push(String::from("{:?}/AppData/Roaming/gt/config.json")) }, // this case is currently untested "macos" => {