diff --git a/ArchiSteamFarm/Program.cs b/ArchiSteamFarm/Program.cs index ae42f91e9..cf630d4d8 100644 --- a/ArchiSteamFarm/Program.cs +++ b/ArchiSteamFarm/Program.cs @@ -216,7 +216,7 @@ internal static class Program { // Allow loading configs from source tree if it's a debug build if (Debugging.IsDebugBuild) { - // Common structure is bin/(x64/)Debug/ArchiSteamFarm.exe, so we allow up to 4 directories up + // Common structure is bin/Debug/netX.Y/ArchiSteamFarm.dll, so we allow up to 4 directories up for (byte i = 0; i < 4; i++) { Directory.SetCurrentDirectory("..");