Ignore "depotfromapp" depots for now.

pull/8/head
Nicholas Hastings 12 years ago
parent e45a4e03b3
commit bf92eb63e5

@ -246,6 +246,10 @@ namespace DepotDownloader
if (node.Value == null)
return INVALID_MANIFEST_ID;
// These are broken and don't care enough to figure out why at the moment
if (depotChild["depotfromapp"] != KeyValue.Invalid)
return INVALID_MANIFEST_ID;
return UInt64.Parse(node.Value);
}

Loading…
Cancel
Save