From 022ae0e1a8daec18d7debb97fc3adf8abf0568cf Mon Sep 17 00:00:00 2001 From: "L. Yeung" Date: Wed, 5 Apr 2023 15:40:23 +0800 Subject: [PATCH] zstd: Specify `extract_dir` (#4632) --- bucket/zstd.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bucket/zstd.json b/bucket/zstd.json index 1c5d05ecf5..56b5fe4ca1 100644 --- a/bucket/zstd.json +++ b/bucket/zstd.json @@ -6,7 +6,8 @@ "architecture": { "64bit": { "url": "https://github.com/facebook/zstd/releases/download/v1.5.5/zstd-v1.5.5-win64.zip", - "hash": "1ab47163dd8ea8c3ef35311ba77808870347e2f0e3e50acd4e99a21c0d87da2c" + "hash": "1ab47163dd8ea8c3ef35311ba77808870347e2f0e3e50acd4e99a21c0d87da2c", + "extract_dir": "zstd-v1.5.5-win64" } }, "bin": "zstd.exe", @@ -16,7 +17,8 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win64.zip" + "url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win64.zip", + "extract_dir": "zstd-v$version-win64" } } }