oxipng@9.0.0: Fix extract_dir (#5166)

This commit is contained in:
Brian 2023-10-11 05:22:16 -04:00 committed by GitHub
parent 37321154f1
commit c688d46b02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,8 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/shssoichiro/oxipng/releases/download/v9.0.0/oxipng-9.0.0-x86_64-pc-windows-msvc.zip", "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", "bin": "oxipng.exe",
@ -14,7 +15,8 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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"
} }
} }
} }