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)) {