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?
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
frameistruefor Mac butfalsefor 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?