diff --git a/helpers/win-helpers.psm1 b/helpers/win-helpers.psm1 index 38f797b..d796a65 100644 --- a/helpers/win-helpers.psm1 +++ b/helpers/win-helpers.psm1 @@ -11,5 +11,5 @@ function Extract-7ZipArchive { ) Write-Debug "Extract $ArchivePath to $OutputDirectory" - 7z.exe x $ArchivePath -o"$OutputDirectory" -y + 7z x $ArchivePath -o"$OutputDirectory" -y } \ No newline at end of file