ruedap / alfred-font-awesome-workflow

🎩 Font Awesome workflow for Alfred
MIT License
809 stars 31 forks source link

Catalina refuses to run unsigned binaries by default #119

Open ruedap opened 4 years ago

ruedap commented 4 years ago

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
mikeerickson commented 3 years ago

Works like a charm 👍

manewitz commented 1 year ago

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.