electron-bundle

1.8.2-beta.3 • Public • Published

Electron Prebuilt

This is a mirror repo of Electron distributions and node modules that require rebuild against corresponding header files.

How to build zeromq.js

  • Be sure you have Visual C++ Build Tools using the Default Install option installed.
  • Add an environment variable GYP_MSVS_VERSION is set to 2015.
  • Download the latest Electron Windows x64 build into vendors\electron
  • Manually download corresponding iojs headers and put them into a local HTTP server or modify build.sh (at line 10)
  • Run ./build.sh

After the build is successful, you can launch vendors\electron\electron.exe test to test.

Quick Build

  1. Run ./iojs.sh 1.8.0 (need bypass GFW)
  2. Commit code to repo
  3. Extract Electron 1.8.0 into global node_modules
  4. Run ./build.sh
  5. Zip node_modules to dist
  6. Commit code again

Readme

Keywords

none

Package Sidebar

Install

npm i electron-bundle

Weekly Downloads

1

Version

1.8.2-beta.3

License

Apache-2.0

Last publish

Collaborators

  • stanleyxu2005