This commit is contained in:
Maxim Lobanov
2020-04-23 06:07:49 +03:00
parent 55879a19a1
commit 239f218602
3 changed files with 6 additions and 12 deletions

View File

@@ -11,6 +11,5 @@ function Extract-7ZipArchive {
)
Write-Debug "Extract $ArchivePath to $OutputDirectory"
Write-Host "7z x $ArchivePath -o$OutputDirectory"
7z x $ArchivePath -o$OutputDirectory
7z.exe x $ArchivePath -o"$OutputDirectory" -y
}