Skip to content

Commit

Permalink
chore(NeoHtop): init version 1.1.0
Browse files Browse the repository at this point in the history
aliuq committed Nov 12, 2024
1 parent 6ee574e commit 3f4a76f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bucket/neohtop.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"##": "NeoHtop",
"version": "1.1.0",
"description": "NeoHtop is a beautiful, lightning-fast cross-platform system monitor.",
"homepage": "https://github.com/Abdenasser/neohtop",
"license": {
"identifier": "MIT",
"url": "https://github.com/Abdenasser/neohtop#MIT-1-ov-file"
},
"url": "https://github.com/Abdenasser/neohtop/releases/download/v1.1.0/NeoHtop_1.1.0_x64.exe",
"hash": "990c0c0f11521583811ea338a3e5022e70e47dd2343b110e59e92734473a4ed7",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/Abdenasser/neohtop/releases/download/v$version/NeoHtop_$version_x64.exe"
},
"shortcuts": [
[
"NeoHtop.exe",
"NeoHtop"
]
],
"pre_install": [
"Move-Item \"$dir\\NeoHtop_*.exe\" \"$dir\\NeoHtop.exe\";"
]
}

0 comments on commit 3f4a76f

Please sign in to comment.