diff --git a/bucket/zstd.json b/bucket/zstd.json index 99018bb541..1dd9ef2eb3 100644 --- a/bucket/zstd.json +++ b/bucket/zstd.json @@ -6,11 +6,13 @@ "architecture": { "64bit": { "url": "https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-v1.5.0-win64.zip", - "hash": "5a232e5273c3259d696450e49ea7a73c249c6f3e6dd693fac0ba8426cee96b62" + "hash": "5a232e5273c3259d696450e49ea7a73c249c6f3e6dd693fac0ba8426cee96b62", + "extract_dir": "zstd-v1.5.0-win64" }, "32bit": { "url": "https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-v1.5.0-win32.zip", - "hash": "6367a7b7a2743209180decca23b5ec4208b1adcee323c2b19240fc865e216984" + "hash": "6367a7b7a2743209180decca23b5ec4208b1adcee323c2b19240fc865e216984", + "extract_dir": "zstd-v1.5.0-win32" } }, "bin": "zstd.exe", @@ -20,10 +22,12 @@ "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" }, "32bit": { - "url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win32.zip" + "url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win32.zip", + "extract_dir": "zstd-v$version-win32" } } }