From dce93ff2912237882ea562afb433855a3bf050bb Mon Sep 17 00:00:00 2001 From: Eli Simpson Date: Wed, 12 Jun 2024 14:21:32 +0900 Subject: [PATCH] Add Lenovo Legion Toolkit manifest --- bucket/lenovo-legion-toolkit.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bucket/lenovo-legion-toolkit.json diff --git a/bucket/lenovo-legion-toolkit.json b/bucket/lenovo-legion-toolkit.json new file mode 100644 index 0000000..72aed33 --- /dev/null +++ b/bucket/lenovo-legion-toolkit.json @@ -0,0 +1,22 @@ +{ + "version": "2.22.2", + "description": "A lightweight alternative to the Lenovo Vantage Software created for Lenovo Legion laptops", + "homepage": "https://github.com/BartoszCichecki/LenovoLegionToolkit", + "license": "MIT", + "suggest": { + "desktop-runtime": "extras/windowsdesktop-runtime" + }, + "url": "https://github.com/BartoszCichecki/LenovoLegionToolkit/releases/download/2.22.2/LenovoLegionToolkitSetup.exe", + "hash": "c8e431d793a1a5e7b39891f2740c59796e2740566dd00de1f40f423a176387b2", + "innosetup": true, + "shortcuts": [ + [ + "Lenovo Legion Toolkit.exe", + "Lenovo Legion Toolkit" + ] + ], + "checkver": "github", + "autoupdate": { + "url": "https://github.com/BartoszCichecki/LenovoLegionToolkit/releases/download/$version/LenovoLegionToolkitSetup.exe" + } +}