Skip to content

Commit

Permalink
ucheck: Fix autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
ath0mas committed Dec 3, 2023
1 parent 7093590 commit b991909
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bucket/ucheck.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,15 @@
"checkver": {
"url": "https://download.adlice.com/UCheck/Changelog.txt",
"regex": "V([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.adlice.com/api?action=download&app=ucheck&type=x64#/UCheck_portable64.exe"
},
"32bit": {
"url": "https://download.adlice.com/api?action=download&app=ucheck&type=x86#/UCheck_portable32.exe"
}
}
}
}

0 comments on commit b991909

Please sign in to comment.