Icon of running application is not properly displayed (nwjs icon instead)
krisdante opened this issue · 6 comments
I'm not 100% sure but I think this is the icon you specify in your app manifest. See https://github.com/nwjs/nw.js/wiki/Manifest-format#icon. Did you try that?
Well this is how the icon was assigned to app (the one that you can see in Explorer).
It is visible in explorer, but now for runnin process.
Sorry I always get mixed up between the icons you have to give. So you gave a winIco
as well?
OK I was stupid. I specified that in Gulpfile instead of package property for window. I'll test that now. I think it works.
That worked with PNG but not with ico file (and I would like to have optimised resolutions). Any hint how to improve that too ?
@krisdante I'm not sure if that's possible. I just checked one of my own apps and I just give a large PNG (1024x1024).