mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
oxipng@9.0.0: Fix extract_dir (#5166)
This commit is contained in:
parent
37321154f1
commit
c688d46b02
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user