From 04542cc7fb5a96810f27004120ff868f2ae2aa85 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Thu, 19 Jan 2023 16:01:59 +0900 Subject: [PATCH] fix: cbqn checkver method --- bucket/cbqn.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bucket/cbqn.json b/bucket/cbqn.json index 9165bf7..f4501d3 100644 --- a/bucket/cbqn.json +++ b/bucket/cbqn.json @@ -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)" } }