Problem Description
nw.js Windows export: the package.json includes an incorrect reference to one of the icon files.
Attach a Capx
Not required. Just export a project with one sprite.
Description of Capx
--
Steps to Reproduce Bug
Observed Result
"window": { "icon": "logo.png",[/code:2enaohos] logo.png does not exist [b]Expected Result[/b] [code:2enaohos]"window": { "icon": "icon-128.png",[/code:2enaohos] ...or similar [b]Affected Browsers[/b] [ul] [li] nw.js[/li][/ul] [b]Operating System and Service Pack[/b] W10 [b]Construct 2 Version ID[/b] r216 64 bit
If you edit the Construct 2\exporters\html5\nwjs\package-win.json it will make the exported file correct without editing it separately each time.
Still needs fixing though
Develop games in your browser. Powerful, performant & highly capable.
Thanks spongehammer, my cursory search last night didn't find it!
Thanks, fixed for the next build. I think it originally pointed at loading-logo.png (which was renamed from logo.png), but it probably makes more sense to point it at icon-128.png, so that's what I've done.