mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
aws-sam-cli@1.95.0: Use Start-Process instead of IEC (Closes #5016)
This commit is contained in:
parent
f89d1942bb
commit
ce44b4e8ab
@ -15,8 +15,8 @@
|
||||
},
|
||||
"pre_install": [
|
||||
"# Workaround for #4980",
|
||||
"Invoke-ExternalCommand lessmsi -ArgumentList @('x', \"$dir\\$fname\", \"$dir\\\") -Quiet",
|
||||
"movedir \"$dir\\SourceDir\\Amazon\\AWSSAMCLI\" \"$dir\"",
|
||||
"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"
|
||||
],
|
||||
"bin": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user