benknight / hue-alfred-workflow

An Alfred workflow for controlling Philips Hue lights.
367 stars 34 forks source link

Colorpicker broken in Alfred 4 - fix is to update the PHP script to use `Alfred` instead of `Alfred 3` #61

Closed varenc closed 2 years ago

varenc commented 2 years ago

Exact same issue as #34, but now with the Alfred 4 release.

But turns out, you can also just have Applescript send the commad to application Alfred instead of Alfred 3/Alfred 4/Alfred 5 and it seems to work fine!

Fix is to update the PHP script, which is part of the Workflow's Info.plist. Just change this:

To this:

I would submit a PR, but the Info.plist, which describes the workflow, doesn't seem to be on GitHub. (I might make a PR submitting it. It's true that Alfred workflow Info.plist files aren't very editable manually, but it does make it possible to see changes and re-create the workflow just from the GitHub repo)