mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-04-04 10:50:57 +01:00
parent
5ff9e8b7c5
commit
cf3bac5d41
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ local decompress: { [CompressionFormat]: (compressed: buffer) -> Result<pathfs.A
|
|||
-- Thanks windows :)
|
||||
then CommandBuilder.new("powershell"):withArgs({
|
||||
"-ExecutionPolicy RemoteSigned",
|
||||
`-c \`"Import-Module Microsoft.PowerShell.Archive; $global:ProgressPreference = 'SilentlyContinue'; Expand-Archive -LiteralPath '{tmpFilePath}' -DestinationPath '{decompressedDir:toString()}'\`"`,
|
||||
`-c \`"Import-Module Microsoft.PowerShell.Archive; Expand-Archive -LiteralPath '{tmpFilePath}' -DestinationPath '{decompressedDir:toString()}'\`"`,
|
||||
})
|
||||
else CommandBuilder.new("unzip"):withArgs({ tmpFilePath, "-d", decompressedDir:toString() }))
|
||||
-- FIXME: remove unknown usage
|
||||
|
|
Loading…
Add table
Reference in a new issue