unison: add shortcut for gui (#5286)

This commit is contained in:
mid-kid 2023-11-23 21:33:36 +00:00 committed by GitHub
parent 059defb9a7
commit dc6c0ce115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,12 @@
"bin\\unison.exe",
"bin\\unison-fsmonitor.exe"
],
"shortcuts": [
[
"bin\\unison-gui.exe",
"Unison"
]
],
"checkver": {
"github": "https://github.com/bcpierce00/unison"
},