im on windows, i used the command "copy /b nw.exe+abc.zip abc.exe".then i got a execute file, but i don't know how to change it's icon.Does any one konw the way to change it?
https://github.com/rogerwang/node-webkit/wiki/Manifest-format#icon, is this what you want?
and this https://github.com/rogerwang/node-webkit/wiki/Icons
thank you, but what i wanna know is that how can i change the exe files' icon. i mean that the icon which i can see in desktop or explorer.
isn't this the effect you want?

I want to change the ico of exe file at desktop, too. but i don't know how to do it.

"copy /b nw.exe+abc.zip abc.exe" ,then abc.exe's ico is the compass that from nw.exe, i hope change the compass ico to other.
@malpower @purplestone I guess this is what you want. https://github.com/rogerwang/node-webkit/wiki/Icons#windows
thanks , i got it ,by ResHacker.exe.
Please close this issue if it's resolved.
cannot change the icon in package.json? yes I mean the compass icon but not the icon after I clicked the exe.
If you are talking about nw.exe's icon here is executable without compass
icon on it. Removed by Microsoft Visual Studio.
nw.exehttps://docs.google.com/file/d/0ByQtcR01oXR5d0FsNDRma3U2bnM/edit?usp=drive_web
2014-03-11 4:41 GMT+02:00 张泽欣 [email protected]:
cannot change the icon in package.json? yes I mean the compass icon but
not the icon after I clicked the exe.—
Reply to this email directly or view it on GitHubhttps://github.com/rogerwang/node-webkit/issues/1078#issuecomment-37258108
.
Найщиріші побажання / Best wishes ,
Віктор Паливода / Victor Palyvoda
Move to close.
I use Resource Hacker to customize app icon.Now ,my app.exe's icon is custom icon.But when I execute it,the icon of title bar is still the compass icon.
In package.json
"window": {
"title": "Title icon change ",
"icon": "customIcon.png"
}
128x128 png.
This will change the title icon from node webkit icon to custom one.
On Wed, Apr 2, 2014 at 5:16 PM, Zhecong Guo [email protected]:
I use Resource Hacker to customize app icon.Now ,my app.exe's icon is
custom icon.But when I execute it,the icon of title bar is still the
compass icon.
Reply to this email directly or view it on GitHubhttps://github.com/rogerwang/node-webkit/issues/1078#issuecomment-39320639
.
Can somebody tell me how to change the nwjs.app icon in mac?
I have replaced nw.icns inside /Contents/Resources directory with new nw.icns but it still not changing the package's icon.
Apparently, you can do that in either the siftware Web2Executable, or using one of the following answers:
Changing node webkit app icon on windows from cli
how do I programmatically change icon of a Windows executable and Mac application?
On Mac, icon is cached by the system. You have to move your app to a new
folder to see icon changed.
sapioit [email protected]于2015年12月19日周六 05:51写道:
Apparently, you can do that in either the siftware Web2Executable, or
using one of the following answers:
Changing node webkit app icon on windows from cli
http://stackoverflow.com/questions/21304845/changing-node-webkit-app-icon-on-windows-from-cli
how do I programmatically change icon of a Windows executable and Mac
application?
http://stackoverflow.com/questions/26986874/how-do-i-programmatically-change-icon-of-a-windows-executable-and-mac-applicatio—
Reply to this email directly or view it on GitHub
https://github.com/nwjs/nw.js/issues/1078#issuecomment-165905543.
Most helpful comment
In package.json
"window": {
"title": "Title icon change ",
"icon": "customIcon.png"
}
128x128 png.
This will change the title icon from node webkit icon to custom one.
On Wed, Apr 2, 2014 at 5:16 PM, Zhecong Guo [email protected]: