Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 391 Bytes

File metadata and controls

18 lines (12 loc) · 391 Bytes
description
Create a ZIP file for your Electron app using Electron Forge.

Zip

The Zip target 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.

There are no configuration options for this target.

Usage

{
  name: '@electron-forge/maker-zip'
}