Changed saved manifest name format for better clarity

pull/94/head
NicknineTheEagle 6 years ago
parent 6c37e21364
commit 7db24237a3

@ -654,7 +654,7 @@ namespace DepotDownloader
} }
else else
{ {
var newManifestFileName = Path.Combine( configDir, string.Format( "{0}.bin", depot.manifestId ) ); var newManifestFileName = Path.Combine( configDir, string.Format( "{0}_{1}.bin", depot.id, depot.manifestId ) );
if ( newManifestFileName != null ) if ( newManifestFileName != null )
{ {
byte[] expectedChecksum, currentChecksum; byte[] expectedChecksum, currentChecksum;

Loading…
Cancel
Save