aws-sam-cli@1.95.0: Use Start-Process instead of IEC (Closes #5016)

This commit is contained in:
HUMORCE 2023-08-11 09:31:06 +00:00
parent f89d1942bb
commit ce44b4e8ab
No known key found for this signature in database
GPG Key ID: F0B8272F23E953D3

View File

@ -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": [