Fix typo
This commit is contained in:
parent
51a2190559
commit
9fe08cd794
@ -35,7 +35,7 @@ public class SetupClientTask : InstallerTaskBase
|
|||||||
if (_data.PatchNeeded)
|
if (_data.PatchNeeded)
|
||||||
{
|
{
|
||||||
// extract patcher files
|
// extract patcher files
|
||||||
SetStatus("Extrating Patcher", "", 0);
|
SetStatus("Extracting Patcher", "", 0);
|
||||||
|
|
||||||
var extractPatcherResult = ZipHelper.Decompress(_data.PatcherZipInfo, patcherOutputDir, progress);
|
var extractPatcherResult = ZipHelper.Decompress(_data.PatcherZipInfo, patcherOutputDir, progress);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user