fix: cbqn checkver method

This commit is contained in:
qwjyh 2023-01-19 16:01:59 +09:00
parent ffbd204a4f
commit 04542cc7fb

View file

@ -12,6 +12,8 @@
},
"bin": ["BQN.exe"],
"checkver": {
"github": "https://github.com/actalley/WinBQN/"
"url": "https://api.github.com/repos/actalley/WinBQN/releases",
"jsonpath": "$[0].name",
"regex": "v([\\d.]+-alpha)"
}
}