update: autoupdate

This commit is contained in:
TaurusXin 2024-09-27 22:34:15 +08:00
parent 521c83c69f
commit 6f8ac96229
Signed by: taurusxin
GPG Key ID: C334DCA04AC2D2CC
1 changed files with 3 additions and 3 deletions

View File

@ -11,13 +11,13 @@
}, },
"bin": ["ncmdump.exe"], "bin": ["ncmdump.exe"],
"checkver": { "checkver": {
"url": "https://git.taurusxin.com/taurusxin/ncmdump-go/tags", "url": "https://git.taurusxin.com/api/v1/repos/taurusxin/ncmdump-go/tags",
"jsonpath": "$[0].tag_name" "jsonpath": "$[0].name"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://git.taurusxin.com/taurusxin/ncmdump-go/releases/download/latest/ncmdump_windows_amd64_1.5.0.zip" "url": "https://git.taurusxin.com/taurusxin/ncmdump-go/releases/download/latest/ncmdump_windows_amd64_$version.zip"
} }
} }
} }