-
Notifications
You must be signed in to change notification settings - Fork 141
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
Windows icon not working #124
Comments
Could you go into |
It is "1.0.0" |
Ok. Open the command-line in We're aware of problems with versions since version 1.0.0, just try 1.0.2 and see if it suits you. Chances are it could break something else. Wouldn't mind knowing what the result is for you though. We're working on the bugs anyway. |
Ok. That is a step in the right direction. The resulting exe file has the correct icon now. But, when you launch it, the taskbar icon and the icon in the top left of the window next to the application name is still the default icon. |
That's not happening for me. It might just be cache or something. Closing this in favour of nwutils/nw-builder#142. |
I've just published [email protected] with what was on that |
Still no luck for me. Though it looks like I'm getting [email protected] The other thing I noticed was that although the file icon looks correct, the icon in the details panel at the bottom of windows explorer is incorrect. See the attached screenshot. I don't know much about icons so I'm not sure how that happens as I thought it would use the same actual .ico file |
That happens for me too. That might be a node-webkit bug or windows On Mon, 22 Dec 2014 14:41 mcgraphix [email protected] wrote:
|
Hmmm... That isn't the main issue though since I can build an installer with Inno Setup. With that, the icon in the taskbar seems to be correct, presumably because of the way the installer script is and shortcut is created. However, if after installing, I go into the program files and actually look at the exe file, its icon is correct, but the detail panel is still wrong. That said, the only part that is really a big deal (relatively speaking), is the icon in the title bar when the app is running. If I could get that to work, I wouldn't really care that much about the others. |
Using the following configuration results in the application having the default nw icon:
nodewebkit: {
options: {
platforms: ['win','osx'],
buildDir: './webkitbuilds',
winIco: './my-logo.ico'
},
src: ['./build/*/']
}
I saw that there is another issue with Mac icons (#106) but I'm not sure if they are connected. I haven't tried on a mac but removing 'osx' from the platforms array doesn't make any difference in my case.
I'm using:
grunt-node-webkit-builder: 1.0.0
node-webkit: 0.11.0-rc1 (on windows)
The text was updated successfully, but these errors were encountered: