electron-installer-zip
Create a zip file with support for symlinks required by electron on osx.
Installation
# For use in npm scripts
npm i electron-installer-zip --save-dev
# For use from cli
npm i electron-installer-zip -g
Usage
electron-installer-zip <dir> <out> Options: --verbose Confused or trying to track down a bug and want lots of debug output? [boolean] [default: false] --help Show help [boolean]
var zip = ; var opts = dir: 'dist/MongoDB Compass-darwin-x64/MongoDB Compass.app' out: 'dist/'; ;
License
Apache 2.0