mirror of
https://github.com/SteamRE/DepotDownloader.git
synced 2026-02-04 05:31:18 +01:00
Merge pull request #425 from SteamRE/psy/expanded-branch-format
Add support for appinfo depots section with expanded branch info.
This commit is contained in:
@@ -244,7 +244,7 @@ namespace DepotDownloader
|
||||
if (manifests.Children.Count == 0 && manifests_encrypted.Children.Count == 0)
|
||||
return INVALID_MANIFEST_ID;
|
||||
|
||||
var node = manifests[branch];
|
||||
var node = manifests[branch].Children.Count > 0 ? manifests[branch]["gid"] : manifests[branch];
|
||||
|
||||
if (branch != "Public" && node == KeyValue.Invalid)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user