update: autoupdate
This commit is contained in:
parent
521c83c69f
commit
6f8ac96229
|
@ -11,13 +11,13 @@
|
|||
},
|
||||
"bin": ["ncmdump.exe"],
|
||||
"checkver": {
|
||||
"url": "https://git.taurusxin.com/taurusxin/ncmdump-go/tags",
|
||||
"jsonpath": "$[0].tag_name"
|
||||
"url": "https://git.taurusxin.com/api/v1/repos/taurusxin/ncmdump-go/tags",
|
||||
"jsonpath": "$[0].name"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue