diff --git a/CP77.CR2W/Resources/AppSettingsService.cs b/CP77.CR2W/Resources/AppSettingsService.cs index 95a53db25..7c8edf7b8 100644 --- a/CP77.CR2W/Resources/AppSettingsService.cs +++ b/CP77.CR2W/Resources/AppSettingsService.cs @@ -10,7 +10,7 @@ public class AppSettingsService : IAppSettingsService public string ETagPath => Path.Combine(ResourcesPath, "archivehashes-etag.txt"); public string ArchiveHashesPath => Path.Combine(ResourcesPath, "archivehashes.txt"); - public string LooseHashesPath => Path.Combine(ResourcesPath, "archivehashes.csv"); + public string LooseHashesPath => Path.Combine(ResourcesPath, "loosehashes.txt"); public string ArchiveHashesZipPath => Path.Combine(ResourcesPath, "archivehashes.zip"); } }