Add a SHA1 check for downloaded packages.

This commit is contained in:
Paul Chote
2019-05-31 16:52:44 +00:00
committed by abcdefg30
parent 1d3754f9c0
commit 03c1eaad76
2 changed files with 32 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ namespace OpenRA
public readonly string Title;
public readonly string URL;
public readonly string MirrorList;
public readonly string SHA1;
public readonly Dictionary<string, string> Extract;
public ModDownload(MiniYaml yaml)