I'm using the "copy /b nw.exe+app.nw app.exe" method to combine my web app and the node-webkit exe into a single exeutable flle called app.exe. This works great, and when I run app.exe on my Windows 7 machine to see the app icon image I assigned in the taskbar. But, the app.exe file itself still has the Node-Webkit default icon displayed. So if I make a shortcut from the app.exe file to the desktop or any where else, I see the default icon instead of the one I assigned.
Is there a way to change this, so that my app.exe file uses the app icon image that I specified?
Thanks.