csview: fix extract_dir (#1950)

This commit is contained in:
HUMORCE 2021-03-24 05:26:41 +00:00 committed by GitHub
parent 98c1811dc0
commit 9b123fbca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,8 @@
"architecture": {
"64bit": {
"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",
@ -17,7 +18,8 @@
"autoupdate": {
"architecture": {
"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"
}
}
}