UNPKG

322 BMarkdownView Raw
1## maker-zip
2
3`@electron-forge/maker-zip` builds basic `.zip` files containing your packaged application. There are no platform specific dependencies for using this maker and it will run on any platform.
4
5Note: There are no configuration options for this target.
6
7```javascript
8{
9 name: '@electron-forge/maker-zip'
10}
11```