From fd4f11166b5120a238d5709729870f7e9b6c57f6 Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Mon, 23 Sep 2019 13:03:41 +0000 Subject: [PATCH] lessmsi: Add shortcuts (#449) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Jakub Čábera --- bucket/lessmsi.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/bucket/lessmsi.json b/bucket/lessmsi.json index e9dc80e200..c2a79eaeda 100644 --- a/bucket/lessmsi.json +++ b/bucket/lessmsi.json @@ -1,11 +1,17 @@ { - "homepage": "https://github.com/activescott/lessmsi/", - "description": "A tool to view and extract the contents of a Windows Installer (.msi) file.", + "homepage": "https://lessmsi.activescott.com", + "description": "Windows Installer (.msi) files content viewer and extractor.", "version": "1.6.91", "license": "MIT", - "hash": "2f9a9dfd0c0b0cfaf9c700b4659a4f2f3d11368e6c30a3fa0f93ecdd3b4d2e66", "url": "https://github.com/activescott/lessmsi/releases/download/v1.6.91/lessmsi-v1.6.91.zip", + "hash": "2f9a9dfd0c0b0cfaf9c700b4659a4f2f3d11368e6c30a3fa0f93ecdd3b4d2e66", "bin": "lessmsi.exe", + "shortcuts": [ + [ + "lessmsi-gui.exe", + "Less MSIérables" + ] + ], "checkver": { "github": "https://github.com/activescott/lessmsi" },