From 8305c93d89665e1a5638f7bcccdbae5deb85ecd6 Mon Sep 17 00:00:00 2001 From: tech189 Date: Sat, 5 Nov 2022 10:03:26 +0000 Subject: [PATCH] jo(chore): Fix checkver --- bucket/jo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/jo.json b/bucket/jo.json index 3aca95a472..5a7e1638ea 100644 --- a/bucket/jo.json +++ b/bucket/jo.json @@ -8,6 +8,6 @@ "bin": "jo.exe", "checkver": "github", "autoupdate": { - "url": "https://github.com/jpmens/jo/releases/download/$version/jo.exe" + "url": "https://github.com/jpmens/jo/releases/download/$version/jo-$version.exe" } }