diff --git a/bucket/zstd.json b/bucket/zstd.json index f4fd3730c9..89c7c79e00 100644 --- a/bucket/zstd.json +++ b/bucket/zstd.json @@ -6,11 +6,13 @@ "architecture": { "64bit": { "url": "https://github.com/facebook/zstd/releases/download/v1.4.9/zstd-v1.4.9-win64.zip", - "hash": "51bf3ebaf46d9de643521d6514fa5b0bdfef049c487d5e76e3b5bc8662785e54" + "hash": "51bf3ebaf46d9de643521d6514fa5b0bdfef049c487d5e76e3b5bc8662785e54", + "pre_install": "Expand-7zipArchive \"$dir\\zstd*win64\" -Removal" }, "32bit": { "url": "https://github.com/facebook/zstd/releases/download/v1.4.9/zstd-v1.4.9-win32.zip", - "hash": "eb0c4f85c2c23711ff98baf952fc39a62977173b8eea97736ce3f68b788478f7" + "hash": "eb0c4f85c2c23711ff98baf952fc39a62977173b8eea97736ce3f68b788478f7", + "extract_dir": "zstd-v1.4.9-win32" } }, "bin": "zstd.exe", @@ -23,7 +25,8 @@ "url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win64.zip" }, "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" } } }