Skip to content

Commit

Permalink
updatehub: Add version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ath0mas committed Nov 26, 2023
1 parent 304c6b6 commit 14608a7
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions bucket/updatehub.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"version": "2.3.1",
"description": "UpdateHub is a user-friendly application designed to streamline the software update process for your computer.",
"homepage": "https://github.com/NexovaDev/UpdateHub",
"license": {
"identifier": "Freeware",
"url": "https://github.com/NexovaDev/UpdateHub/blob/main/LICENSE"
},
"url": "https://github.com/NexovaDev/UpdateHub/releases/download/v2.3.1/UpdateHub-x64.exe#/dl.7z",
"hash": "11c0379bbcedc73a9b56263d3dd7d2e5dab84b420dd895bd98ffe5163f4da4ff",
"extract_dir": "$PLUGINSDIR",
"installer": {
"script": [
"Remove-Item \"$dir\\*\" -Exclude \"app-64.7z\"",
"Expand-7zipArchive \"$dir\\app-64.7z\" \"$dir\" -Removal"
]
},
"bin": "UpdateHub.exe",
"shortcuts": [
[
"UpdateHub.exe",
"UpdateHub"
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/NexovaDev/UpdateHub/releases/download/v$version/UpdateHub-x64.exe#/dl.7z"
}
}

0 comments on commit 14608a7

Please sign in to comment.