mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +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": [
|
"pre_install": [
|
||||||
"# Workaround for #4980",
|
"# Workaround for #4980",
|
||||||
"Invoke-ExternalCommand lessmsi -ArgumentList @('x', \"$dir\\$fname\", \"$dir\\\") -Quiet",
|
"Start-Process lessmsi -ArgumentList @('x', \"$dir\\$fname\", \"$dir\\\") -Wait -NoNewWindow",
|
||||||
"movedir \"$dir\\SourceDir\\Amazon\\AWSSAMCLI\" \"$dir\"",
|
"Move-Item \"$dir\\SourceDir\\Amazon\\AWSSAMCLI\\**\" \"$dir\"",
|
||||||
"Remove-Item \"$dir\\SourceDir\", \"$dir\\$fname\" -Force -Recurse"
|
"Remove-Item \"$dir\\SourceDir\", \"$dir\\$fname\" -Force -Recurse"
|
||||||
],
|
],
|
||||||
"bin": [
|
"bin": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user