From 80e9f52c182dfca7b3fb6be98a7cf28e8a30dffd Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 19 Feb 2019 19:11:11 +0100 Subject: [PATCH] aws: fix bin (closes #3139, reverts #3132) --- aws.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/aws.json b/aws.json index f2e206141b..5e63f312fe 100644 --- a/aws.json +++ b/aws.json @@ -6,7 +6,13 @@ "url": "https://s3.amazonaws.com/aws-cli/AWSCLI64PY3-1.16.107.msi", "hash": "f04ae6180a6541524539d3d144623deb54f48aa7c65711d8de2200d6128a4e31", "extract_dir": "Amazon/AWSCLI", - "bin": "bin/aws.exe", + "bin": [ + [ + "runtime/python.exe", + "aws", + "-m awscli" + ] + ], "checkver": { "github": "https://github.com/aws/aws-cli" },