Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Commit

Permalink
Update AppSettingsService.cs
Browse files Browse the repository at this point in the history
fix path
  • Loading branch information
rfuzzo committed Dec 29, 2020
1 parent 9b0a308 commit 4e6d386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CP77.CR2W/Resources/AppSettingsService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
}

0 comments on commit 4e6d386

Please sign in to comment.