This commit is contained in:
Philipp Heenemann 2024-05-17 07:57:00 +02:00
parent 51a2190559
commit 9fe08cd794

View File

@ -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);