Possible addendum re changing the icon of the window frame (when exporting windowed mode), unless already covered somewhere that I might have missed:
In short: modify the "icon-128.png" found in the current project's /icon folder as it is used for the window icon.
Just checked it out real quick and you are correct, seems like more recent versions of NW.js use the "icon-128.png" file and apply it automatically as the application icon when starting the application. This wasn't the case in older versions so it would be great to find out when this feature got implemented into NW.js.
By the way, it's not necessary to manually edit any icon files found inside C2's directory, editing the "icon-128.png" inside your project works fine.
Just in case for people that didn't get the "current project's /icon folder" part from your post.
Here are the steps:
- Click on the Project bar
- Click on the Files folder
- Click on the Icons folder
- Double-click to edit the "icon-128.png" file
I think I will add a <!> mentioning this, thanks for the heads up!