From 4951770a9d5be24d98dacad560213aa2e11b5905 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sun, 10 Jul 2022 14:03:21 -0400 Subject: [PATCH] fixed windows configuration --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" => {