alfred-bootstrap-icons-workflow icon indicating copy to clipboard operation
alfred-bootstrap-icons-workflow copied to clipboard

Catalina refuses to run unsigned binaries by default

Open ruedap opened this issue 5 years ago • 0 comments

There are a few ways to allow such programs to run.

See: https://github.com/deanishe/awgo/wiki/Catalina


If you are a developer, you can also build it yourself.

$ git clone https://github.com/ruedap/alfred-bootstrap-icons-workflow
$ cd alfred-bootstrap-icons-workflow/
$ npm install
$ npm run build
$ npm run open

ruedap avatar Aug 29 '20 14:08 ruedap