-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show icons for applications and preferences on MacOS #42
Comments
Icons work perfectly fine for me. Can you add a screenshot or so to clarify? |
@lavir what icons do you mean? Can you attach a screenshot? For me preferences icons work well |
@lavir and does it work when you launch precompiled .app file? Also, I believe there is something broken for you in background process:
|
.app works fine. in dev mode no and in main process in the terminal nothing interesting too. |
Yes, this solved my problem. |
Cerebro does not display icons for applications and preferences on MacOS
Probably the reason is in that the apps in MacOS are folders. In the
apps/index.js
usespath
for icon which is in this case is dir. Real icon is bit deeperAppName.app/Contents/Resources/*.icns
The text was updated successfully, but these errors were encountered: