jo(chore): Fix checkver

This commit is contained in:
tech189 2022-11-05 10:03:26 +00:00 committed by GitHub
parent 38dce34ace
commit 8305c93d89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}