mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
csview: fix extract_dir (#1950)
This commit is contained in:
parent
98c1811dc0
commit
9b123fbca1
@ -9,7 +9,8 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/wfxr/csview/releases/download/v0.3.7/csview-v0.3.7-x86_64-pc-windows-msvc.zip",
|
"url": "https://github.com/wfxr/csview/releases/download/v0.3.7/csview-v0.3.7-x86_64-pc-windows-msvc.zip",
|
||||||
"hash": "a9fbd522447170c7be323d5b0d948ff404a685fcd811d69f88065e74e3a964db"
|
"hash": "a9fbd522447170c7be323d5b0d948ff404a685fcd811d69f88065e74e3a964db",
|
||||||
|
"extract_dir": "csview-v0.3.7-x86_64-pc-windows-msvc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "csview.exe",
|
"bin": "csview.exe",
|
||||||
@ -17,7 +18,8 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/wfxr/csview/releases/download/v$version/csview-v$version-x86_64-pc-windows-msvc.zip"
|
"url": "https://github.com/wfxr/csview/releases/download/v$version/csview-v$version-x86_64-pc-windows-msvc.zip",
|
||||||
|
"extract_dir": "csview-v$version-x86_64-pc-windows-msvc"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user