Fix AutoUpdate for self-builds, #586

This commit is contained in:
JustArchi
2017-07-13 05:37:17 +02:00
parent 6d22b19ef3
commit db149d16a7
5 changed files with 12 additions and 4 deletions

View File

@@ -184,9 +184,7 @@ namespace ArchiSteamFarm {
ParsePostInitArgs(args);
}
if (!Debugging.IsDebugBuild) {
await ASF.CheckForUpdate().ConfigureAwait(false);
}
await ASF.CheckForUpdate().ConfigureAwait(false);
await ASF.InitBots().ConfigureAwait(false);
ASF.InitEvents();