Mac OS Binary name is called nwjs
Thanks for this great tool. Any version of nwjs above 16.1 create a binary called nwjs. And there is no way to rename it. Any clue what I m doing wrong ?
I will look into this issue as soon as I can. It's likely something to do with the Mac app's plist files.
I cannot reproduce the bug you're talking about. I've exported with NW.js 0.17.0 and 0.19.0 and I my app is named the same as what I named it in Web2Exe. Can you post your package.json, the Mac OS version and the Web2Exe version?
I also found same bug, on some machine app name keeps original source folder name ignoring package.json / web2exe.json config or command line arguments but if you go to file information, you can see the right app name, I suppose it is due to the installation of global nwjs or other global npm package, its a system based problem not a global problem. My two cents.