From a5960c9c68a348a1ef5ec3fa8249a6becb7f4528 Mon Sep 17 00:00:00 2001 From: kqnori <96951674+kqnori@users.noreply.github.com> Date: Sun, 28 Jun 2026 12:51:19 +0200 Subject: [PATCH] Change game path to use tarGamePath --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 8f996d0..19342a2 100644 --- a/Program.cs +++ b/Program.cs @@ -114,7 +114,7 @@ void unrarfix(string fixfile) Console.WriteLine($"Game name: {gamename}"); - gamepath = Path.Combine(userProfilePath, "Documents", "games", gamename); + gamepath = Path.Combine(tarGamePath, gamename); foreach (var file in Directory.GetFiles(dirtomove)) {