Skip to content

Commit

Permalink
[email protected]: Fix extraction (Close #4980)
Browse files Browse the repository at this point in the history
  • Loading branch information
HUMORCE committed Nov 8, 2024
1 parent 167e6fb commit d868cef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bucket/aws-sam-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
}
},
"pre_install": [
"# Workaround for #4980",
"Start-Process lessmsi -ArgumentList @('x', \"`\"$dir\\$fname`\"\", \"`\"$dir\\`\"\") -Wait -NoNewWindow",
"Move-Item \"$dir\\SourceDir\\Amazon\\AWSSAMCLI\\**\" \"$dir\"",
"# Workaround for #4980, #4980",
"$msi = \"$dir\\$fname\"; $extracted = \"$dir\\\"",
"Invoke-ExternalCommand 'lessmsi' -Args @('x', $msi, $extracted) -Quiet",
"Move-Item \"$dir\\SourceDir\\PFiles64\\Amazon\\AWSSAMCLI\\**\" \"$dir\"",
"Remove-Item \"$dir\\SourceDir\", \"$dir\\$fname\" -Force -Recurse"
],
"bin": [
Expand Down

0 comments on commit d868cef

Please sign in to comment.