be
be copied to clipboard
Scripts to help building Electron
be
Scripts to help building Electron.
(I'm still exploring what's the best way, hold on using this.)
Usage
Bootstrap:
./bootstrap.js [--skip-gclient] [--no-history] [--force] [--args=""] [--target-cpu=x64] [--verbose]
Build:
./build.js [configuration] [--verbose]
Run tests:
./test.js [configuration] [--force-install-modules] [-arbitrary-args-passed-to-spec...]
Configuration names
This project uses following convention for configuration names.
Defaultmaps toelectron/build/args/testing.gn.Releasemaps toelectron/build/args/release.gn.Debugmaps toelectron/build/args/debug.gn.- For
x64target, there is no suffix to configuration name. - For other targets, the configuration name has
_and target name as suffix, for exampleDefault_x86.
Development conventions
- No
package.jsonornpm install.
License
Public domain.