From 3992f513c5f09a49059d46c04575df4c1d97eccc Mon Sep 17 00:00:00 2001 From: Farzad Majidfayyaz Date: Sun, 4 Oct 2020 11:31:43 -0400 Subject: [PATCH] bat@0.16.0: Fix shim (#1468) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Čábera --- bucket/bat.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bucket/bat.json b/bucket/bat.json index fad3f1afa1..f5f00def04 100644 --- a/bucket/bat.json +++ b/bucket/bat.json @@ -9,7 +9,8 @@ "architecture": { "64bit": { "url": "https://github.com/sharkdp/bat/releases/download/v0.16.0/bat-v0.16.0-x86_64-pc-windows-msvc.zip", - "hash": "fd6ddb9c07418732e3809afd720166066a9c648edaf1618c88fddca6e72e792d" + "hash": "fd6ddb9c07418732e3809afd720166066a9c648edaf1618c88fddca6e72e792d", + "extract_dir": "bat-v0.16.0-x86_64-pc-windows-msvc" } }, "bin": "bat.exe", @@ -17,7 +18,8 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/sharkdp/bat/releases/download/v$version/bat-v$version-x86_64-pc-windows-msvc.zip" + "url": "https://github.com/sharkdp/bat/releases/download/v$version/bat-v$version-x86_64-pc-windows-msvc.zip", + "extract_dir": "bat-v$version-x86_64-pc-windows-msvc" } } }