Get rid of nested archive #4

Merged
maxim-lobanov merged 9 commits from v-malob/switch-layout into master 2020-04-23 13:54:32 +05:00
Showing only changes of commit 98434732e6 - Show all commits

View File

@@ -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
}