Don't rely on the utility for zip extraction.

This commit is contained in:
Paul Chote
2011-05-04 12:46:33 +12:00
parent 65c6a23900
commit 0102a9ad93
2 changed files with 65 additions and 24 deletions

View File

@@ -22,11 +22,6 @@ namespace OpenRA
{
Utility = utility;
}
public void ExtractZipAsync(string zipFile, string path, Action<string> parseOutput, Action onComplete)
{
ExecuteUtilityAsync("--extract-zip \"{0}\" \"{1}\"".F(zipFile, path), parseOutput, onComplete);
}
public void InstallRAFilesAsync(string cdPath, string path, Action<string> parseOutput, Action onComplete)
{