This commit is contained in:
Łukasz Domeradzki
2025-06-22 17:46:18 +02:00
parent e4addcadc8
commit 53adc67be1

View File

@@ -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("..");