zenangst / Gray

:first_quarter_moon: Tailor your macOS Mojave experience
https://github.com/zenangst
Other
1.34k stars 46 forks source link

Fix application without bundle name not showing up #62

Closed zenangst closed 5 years ago

zenangst commented 5 years ago

Some applications don't have a bundle name in their property list, that would mean that they don't show up in the list of applications. To work around this issue, the executable name will be used as bundle name if it is not declared in the property list.

Fixes #60