Open samthomson opened 5 years ago
Sure, pull requests are welcome
The icon does not appear on mac os.
My understanding is that setting the icon this way works only for linux/windows users. To set the icon for all platforms would require changing the build/packaging calls . Also for mac an icns file is required. Here's a PR with osx suitable icon which could be a starting point for changing the buidl/packaging process: https://github.com/status-im/status-js-desktop/pull/13 (adding icon flag).
I think the app could have an icon (standard status icon?). Seems straightforward to add an icon to electron apps for windows and unix builds, but an extra step (and sizes) are needed for mac. I'd be happy to have a look at this if you want to assign it to me. What do you think?