Skip to content
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

Fix Electron 3 ABI #55

Closed
wants to merge 1 commit into from

Commits on Jan 9, 2019

  1. Fix Electron 3 ABI

    Electron 3's ABI was incorrectly specified as 64 instead of 59, and now that Electron 4 has shipped and actually has ABI version 64, this is causing prebuild/prebuild-install to try to share binaries between Electron 3 and 4 which doesn't work.
    
    Fixes electron#54
    Ben Demboski committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    c922a3f View commit details
    Browse the repository at this point in the history