|
|
|
|
@ -440,6 +440,8 @@ namespace DepotDownloader
|
|
|
|
|
cdnPool = new CDNClientPool(steam3, appId);
|
|
|
|
|
|
|
|
|
|
// Load our configuration data containing the depots currently installed
|
|
|
|
|
if (DepotConfigStore.Instance == null)
|
|
|
|
|
{
|
|
|
|
|
var configPath = Config.InstallDirectory;
|
|
|
|
|
if (string.IsNullOrWhiteSpace(configPath))
|
|
|
|
|
{
|
|
|
|
|
@ -448,6 +450,7 @@ namespace DepotDownloader
|
|
|
|
|
|
|
|
|
|
Directory.CreateDirectory(Path.Combine(configPath, CONFIG_DIR));
|
|
|
|
|
DepotConfigStore.LoadFromFile(Path.Combine(configPath, CONFIG_DIR, "depot.config"));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
await steam3?.RequestAppInfo(appId);
|
|
|
|
|
|
|
|
|
|
|