chuwanghui 6d115466a5 electron库 | před 6 roky | |
---|---|---|
.. | ||
lib | před 6 roky | |
node_modules | před 6 roky | |
LICENSE.md | před 6 roky | |
README.md | před 6 roky | |
package.json | před 6 roky |
Generates snapshot file for Electron.
npm install mksnapshot
var mksnapshot = require('mksnapshot');
Generates snapshot file for content
and copies it to target
, callback
will
be called with error
when failed, and with null
when succeeded.
You also need to specify Electron's version
and arch
, as well as
the builddir
where temporary files and downloaded binaries will be put.