diff --git a/DepotDownloader/ContentDownloader.cs b/DepotDownloader/ContentDownloader.cs index f2691517..99200b6c 100644 --- a/DepotDownloader/ContentDownloader.cs +++ b/DepotDownloader/ContentDownloader.cs @@ -654,7 +654,7 @@ namespace DepotDownloader } 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 ) { byte[] expectedChecksum, currentChecksum;