I am using electron-builder to build a dmg for mac version. Current version I use is 7.14.2 . I add build/icon.icns file which is 1024x1024 size, but after the build I see default EBP icon. I also set dmg icon which is showing on the top window panel when I have to move my app to Applications folder, but not on Application icon itself.
What I am doing wrong, the icon size? Or should I load icon through my BrowserWindow?
Thanks, Tadas