This commit is contained in:
Manuel Thalmann 2023-07-30 14:34:56 +02:00
parent 7d97efe563
commit 8046d7c34c

View file

@ -179,7 +179,7 @@ class Context {
} }
Start-Process -WorkingDirectory "$destinationPath" ` Start-Process -WorkingDirectory "$destinationPath" `
-FilePath "7z" -FilePath "7z" `
-ArgumentList "x" ` -ArgumentList "x" `
-Wait ` -Wait `
-NoNewWindow; -NoNewWindow;