update: autoupdate
This commit is contained in:
parent
521c83c69f
commit
6f8ac96229
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue