This workflow is shipped with "default" bin
name for the different product. But if you change this default bin
name, you need to update the workflow configuration.
- Create a JSON file somewhere (in your home folder)
- This JSON file need to follow the same structure of the original configuration file (same key).
- Open the workflow, and go to the workflow configuration window (the icon like this [x])
- Add new environment variable:
- name:
jb_product_customisation_file
- value: the path to your JSON file (relative to your home - ex:
/.config/alfred-jetbrains/custom.json
)
- name:
Examples:
- Change
bin
name for PhpStorm
{
"PhpStorm": {
"bin": ["pstorm"]
}
}