Rework zip file updating.

This commit is contained in:
Paul Chote
2016-06-19 13:43:29 +01:00
parent 5d62881be6
commit c706e68b73
8 changed files with 80 additions and 55 deletions

View File

@@ -47,7 +47,7 @@ namespace OpenRA
{
try
{
package = new ZipFile(null, pair.Second);
package = new ZipFile(File.OpenRead(pair.Second), pair.Second);
}
catch
{