fixed windows configuration
This commit is contained in:
parent
e4bd984d8c
commit
4951770a9d
@ -22,7 +22,7 @@ impl Configuration {
|
|||||||
// this case is currently untested
|
// this case is currently untested
|
||||||
"windows" => {
|
"windows" => {
|
||||||
location.push(String::from("config.json"));
|
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
|
// this case is currently untested
|
||||||
"macos" => {
|
"macos" => {
|
||||||
|
Loading…
Reference in New Issue
Block a user