fixed windows configuration

This commit is contained in:
Wyatt J. Miller 2022-07-10 14:03:21 -04:00
parent e4bd984d8c
commit 4951770a9d

View File

@ -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" => {