From f6edaf7c600d2d80a79b8fe60a5268dfd7dc64da Mon Sep 17 00:00:00 2001 From: scillidan Date: Thu, 7 May 2026 19:43:32 +0800 Subject: [PATCH] mouser: Add version 3.6.0 --- bucket/mouser.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bucket/mouser.json diff --git a/bucket/mouser.json b/bucket/mouser.json new file mode 100644 index 00000000000000..bd903704680b1d --- /dev/null +++ b/bucket/mouser.json @@ -0,0 +1,27 @@ +{ + "version": "3.6.0", + "description": "A lightweight, open-source, fully local alternative to Logitech Options+ for remapping Logitech HID++ mice.", + "homepage": "https://github.com/TomBadash/Mouser", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/TomBadash/Mouser/releases/download/v3.6.0/Mouser-Windows.zip", + "hash": "10bf9be3cbd5a10e130fe7e24cb3375265250d810c50557f7e27b36f00d3c58a" + } + }, + "extract_dir": "Mouser", + "shortcuts": [ + [ + "Mouser.exe", + "Mouser" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/TomBadash/Mouser/releases/download/v$version/Mouser-Windows.zip" + } + } + } +}