(chore) kim: Fix checkver

Fix checkver broken by lack of file names in GitHub releases page
This commit is contained in:
tech189 2022-12-20 21:41:16 +00:00
parent 0212996523
commit a8afd8e37d

View File

@ -11,7 +11,7 @@
},
"bin": "kim.exe",
"checkver": {
"url": "https://github.com/rancher/kim/releases",
"url": "https://api.github.com/repos/rancher/kim/releases",
"regex": "download/v([\\w.-]+)/kim-windows-amd64.exe"
},
"autoupdate": {