From ce44b4e8abb360dfe620e209dc5698454d25c97a Mon Sep 17 00:00:00 2001 From: HUMORCE Date: Fri, 11 Aug 2023 09:31:06 +0000 Subject: [PATCH] aws-sam-cli@1.95.0: Use `Start-Process` instead of IEC (Closes #5016) --- bucket/aws-sam-cli.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/aws-sam-cli.json b/bucket/aws-sam-cli.json index be068d38d7..254ee191ea 100644 --- a/bucket/aws-sam-cli.json +++ b/bucket/aws-sam-cli.json @@ -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": [