openaq / openaq-cli

OpenAQ command line interface
MIT License
3 stars 0 forks source link

Scoop shortcut #64

Open russbiggs opened 1 year ago

russbiggs commented 1 year ago

it looks like on Windows we can alias the executable in the start menu. We can specficy this in Scoop via the shortcuts key in the yml:

A two-dimensional array of string, specifies the shortcut values to make available in the startmenu.

The array has to contain an executable/label pair. The third and fourth element are optional.

#

Since GoReleaser v1.17.0.

shortcuts: [["drumroll.exe", "drumroll"]]

https://goreleaser.com/customization/scoop/