From 3f4a76f020fba89759654aebae7b05c4f35ee187 Mon Sep 17 00:00:00 2001 From: aliuq Date: Tue, 12 Nov 2024 08:12:29 +0800 Subject: [PATCH] chore(NeoHtop): init version 1.1.0 --- bucket/neohtop.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bucket/neohtop.json diff --git a/bucket/neohtop.json b/bucket/neohtop.json new file mode 100644 index 0000000..16c6edb --- /dev/null +++ b/bucket/neohtop.json @@ -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\";" + ] +}