Ive built a nw.js app. it runs fine on both win and macos. on windows ive compiled the js as per documentation using nwjc and it works fine. Since confuscating with nwjc requires doing it per OS, ive done the same with the exact same js file on macos. however, it kills the app when i start it. I am a windows user, so mac is abit unfamiliar for me. I have read, googled and i'm at a loss. So heres my 2 questions:
I am using the latest nwjs sdk build 0.29.2.
This turned out to be an issue with the nw.js build in use. I tried nightly build 30, and its now working as intended with nwjc compiled js on macos.