Repository URL to install this package:
Version:
1.60.0 ▾
|
.. |
lib |
LICENSE.md |
README.md |
package.json |
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.