nwjs / grunt-nw-builder

Build NW.js applications for Mac, Windows and Linux using Grunt

Home Page:https://www.npmjs.com/package/grunt-nw-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icon of running application is not properly displayed (nwjs icon instead)

krisdante opened this issue · comments

I added icon for Windows. It is properly displayed in File explorer but in application itself it is not.

2015-08-19_152755

Packaging was done on OSX. Runtime is Windows 10 x64

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).