-
-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove redundant electron prebuilds? #602
Labels
Milestone
Comments
Hmm, that's a good question. cc @mafintosh |
FYI
|
See nodejs/node-addon-api#269 - it seems only Windows needs a separate Electron prebuild. |
Closed
Preliminary support matrix:
|
Given these results, I think our best bet is to ditch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
I noticed that
node-napi.node
andelectron-napi.node
are equal, at least for Linux. So we can save on npm package size by only includingnode-napi.node
(doesn't matter tonode-gyp-build
, it will treat that as a "runtime agnostic" prebuild).Under what conditions do they not match? 🤔
The text was updated successfully, but these errors were encountered: