Add missing argument for unpacking 7z archive
This commit is contained in:
parent
8046d7c34c
commit
a562562403
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ class Context {
|
||||||
|
|
||||||
Start-Process -WorkingDirectory "$destinationPath" `
|
Start-Process -WorkingDirectory "$destinationPath" `
|
||||||
-FilePath "7z" `
|
-FilePath "7z" `
|
||||||
-ArgumentList "x" `
|
-ArgumentList @("x", "$archivePath") `
|
||||||
-Wait `
|
-Wait `
|
||||||
-NoNewWindow;
|
-NoNewWindow;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue