This commit is contained in:
Manuel Thalmann 2023-07-30 14:34:56 +02:00
parent 7652eb3c0b
commit 68c42cb133

View file

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