Fixed loading old manifest for updating (#139)

pull/140/head
NicknineTheEagle 5 years ago committed by GitHub
parent 4c36d5ca31
commit 618ce3a3df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -620,7 +620,7 @@ namespace DepotDownloader
if ( lastManifestId != INVALID_MANIFEST_ID )
{
var oldManifestFileName = Path.Combine( configDir, string.Format( "{0}.bin", lastManifestId ) );
var oldManifestFileName = Path.Combine( configDir, string.Format( "{0}_{1}.bin", depot.id, lastManifestId ) );
if (File.Exists(oldManifestFileName))
{

Loading…
Cancel
Save