alfred-font-awesome-workflow icon indicating copy to clipboard operation
alfred-font-awesome-workflow copied to clipboard

Catalina refuses to run unsigned binaries by default

Open ruedap opened this issue 3 years ago • 2 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-font-awesome-workflow
$ cd alfred-font-awesome-workflow/
$ npm install
$ npm run build
$ npm run open

ruedap avatar Aug 23 '20 04:08 ruedap

Works like a charm 👍

mikeerickson avatar Dec 02 '20 19:12 mikeerickson

For anyone that runs into this: If you right click the workflow inside Alfred and select "Open in Finder", you can open font-awesome-workflow script manually and it prompt you to allow if and will whitelist it. I right-clicked and selected Open from the context menu so you might try that if a regular double click doesn't work.

manewitz avatar Jan 25 '23 22:01 manewitz