electron-zip-packager

A wrapper of electron-packager. Package your electron app and zipped!

Usage no npm install needed!

<script type="module">
  import electronZipPackager from 'https://cdn.skypack.dev/electron-zip-packager';
</script>

README

electron-zip-packager

A wrapper of electron-packager.

Package your electron app and zipped!

For NW.js: azu/nw-zip-builder

Installation

npm install -g electron-zip-packager

Usage

It is the same with electron-packager.

$ electron-zip-packager <sourcedir> <appname> --platform=<platform> --arch=<arch> --version=<version>

See more detail on: electron-packager.

$ electron-zip-packager -h

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT