mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
aws-sam-cli@1.107.0: Path escape of extraction
This commit is contained in:
parent
27a8f614ff
commit
ea9fb8d020
@ -15,7 +15,7 @@
|
||||
},
|
||||
"pre_install": [
|
||||
"# Workaround for #4980",
|
||||
"Start-Process lessmsi -ArgumentList @('x', \"$dir\\$fname\", \"$dir\\\") -Wait -NoNewWindow",
|
||||
"Start-Process lessmsi -ArgumentList @('x', \"`\"$dir\\$fname`\"\", \"`\"$dir\\`\"\") -Wait -NoNewWindow",
|
||||
"Move-Item \"$dir\\SourceDir\\Amazon\\AWSSAMCLI\\**\" \"$dir\"",
|
||||
"Remove-Item \"$dir\\SourceDir\", \"$dir\\$fname\" -Force -Recurse"
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user