nwutils/nw-builder

Allow tweaks to app manifest per platform

adam-lynch opened this issue · 2 comments

Because of nwjs/nw.js#2390, I'm now wondering if it handy if we allow the user to specify platform-specific exceptions in the app manifest; e.g. a user that frame is true for Mac but false for everything else.

node-webkit-builder would have to copy over the manifest somewhere and create a new copy per platform, then run a separate build on each.

Thoughts?