diff --git a/BattleNetPrefill/Parsers/BuildConfigParser.cs b/BattleNetPrefill/Parsers/BuildConfigParser.cs index 2a6f792d..35e72f3b 100644 --- a/BattleNetPrefill/Parsers/BuildConfigParser.cs +++ b/BattleNetPrefill/Parsers/BuildConfigParser.cs @@ -154,10 +154,12 @@ public static async Task GetBuildConfigAsync(VersionsEntry vers case "build-stream": case "build-has-data": case "build-target-platform": + case "build-type": + case "build-timestamp": // Purposefully doing nothing with these. Don't care about these values. break; default: - AnsiConsole.WriteLine($"!!!!!!!! Unknown buildconfig variable '{cols[0]}'"); + AnsiConsole.Console.LogMarkupVerbose($"!!!!!!!! Unknown buildconfig variable '{cols[0]}'"); buildConfig.UnknownKeyPairs.Add(cols[0], cols[1]); break; } diff --git a/BattleNetPrefill/Properties/launchSettings.json b/BattleNetPrefill/Properties/launchSettings.json index 2b2cabb8..6681fb80 100644 --- a/BattleNetPrefill/Properties/launchSettings.json +++ b/BattleNetPrefill/Properties/launchSettings.json @@ -2,7 +2,7 @@ "profiles": { "Prefill Blizzard - No Cache - No Download": { "commandName": "Project", - "commandLineArgs": "prefill --blizzard --no-download --force" + "commandLineArgs": "prefill --all --no-download --force" }, "Prefill Games used for testing": { "commandName": "Project",