Rework zip file updating.
This commit is contained in:
@@ -47,7 +47,7 @@ namespace OpenRA
|
||||
{
|
||||
try
|
||||
{
|
||||
package = new ZipFile(null, pair.Second);
|
||||
package = new ZipFile(File.OpenRead(pair.Second), pair.Second);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user