You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
istrue
for Mac butfalse
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?
The text was updated successfully, but these errors were encountered: