From dc6c0ce11509e8f9aecf74bc51c4ffd866dbe8ee Mon Sep 17 00:00:00 2001 From: mid-kid Date: Thu, 23 Nov 2023 21:33:36 +0000 Subject: [PATCH] unison: add shortcut for gui (#5286) --- bucket/unison.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bucket/unison.json b/bucket/unison.json index 4b69e7ea45..4c36dcc922 100644 --- a/bucket/unison.json +++ b/bucket/unison.json @@ -18,6 +18,12 @@ "bin\\unison.exe", "bin\\unison-fsmonitor.exe" ], + "shortcuts": [ + [ + "bin\\unison-gui.exe", + "Unison" + ] + ], "checkver": { "github": "https://github.com/bcpierce00/unison" },