From 718ca92b3929168bcec8af4a66ed620270c7da41 Mon Sep 17 00:00:00 2001 From: issaclin32 Date: Sun, 23 Jun 2019 22:52:26 +0800 Subject: [PATCH] Add shortcut.json (#170) --- bucket/shortcut.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bucket/shortcut.json diff --git a/bucket/shortcut.json b/bucket/shortcut.json new file mode 100644 index 0000000000..89c7411c53 --- /dev/null +++ b/bucket/shortcut.json @@ -0,0 +1,19 @@ +{ + "homepage": "http://www.optimumx.com", + "description": "Allows you to create, modify or query shortcuts from the command-line.", + "version": "1.11", + "license": { + "identifier": "Freeware", + "url": "http://www.optimumx.com/terms.html" + }, + "url": "http://www.optimumx.com/download/Shortcut.zip", + "hash": "5fb297825f74851803c6f1c6e6474c83826a53b7ddb8a49c08cde9c930fda90c", + "bin": "Shortcut.exe", + "checkver": { + "url": "http://www.optimumx.com/downloads.html", + "regex": "Shortcut v([\\d.]+)" + }, + "autoupdate": { + "url": "http://www.optimumx.com/download/Shortcut.zip" + } +}