From c688d46b02d77591785f9a38a561e36f03d670d5 Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Wed, 11 Oct 2023 05:22:16 -0400 Subject: [PATCH] oxipng@9.0.0: Fix `extract_dir` (#5166) --- bucket/oxipng.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bucket/oxipng.json b/bucket/oxipng.json index 3fa50ed652..d07466d4b1 100644 --- a/bucket/oxipng.json +++ b/bucket/oxipng.json @@ -6,7 +6,8 @@ "architecture": { "64bit": { "url": "https://github.com/shssoichiro/oxipng/releases/download/v9.0.0/oxipng-9.0.0-x86_64-pc-windows-msvc.zip", - "hash": "b6b3ab550424fe53f1618eeb7da2a453d368b5f5400ce8a5f323d6ef7820e861" + "hash": "b6b3ab550424fe53f1618eeb7da2a453d368b5f5400ce8a5f323d6ef7820e861", + "extract_dir": "oxipng-9.0.0-x86_64-pc-windows-msvc" } }, "bin": "oxipng.exe", @@ -14,7 +15,8 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/shssoichiro/oxipng/releases/download/v$version/oxipng-$version-x86_64-pc-windows-msvc.zip" + "url": "https://github.com/shssoichiro/oxipng/releases/download/v$version/oxipng-$version-x86_64-pc-windows-msvc.zip", + "extract_dir": "oxipng-$version-x86_64-pc-windows-msvc" } } }