Electron Forge
GitHub
Discord
API
Search
⌃
K
Links
Getting Started
Importing an Existing Project
CLI
Configuration
Overview
Plugins
Makers
AppX
deb
DMG
Flatpak
Pkg
RPM
Snapcraft
Squirrel.Windows
WiX MSI
Zip
Publishers
Hooks
Core Concepts
Why Electron Forge
Build Lifecycle
Built-in Templates
Vite
Vite + TypeScript
Webpack
Webpack + Typescript
Guides
Code Signing
Custom App Icons
Framework Integration
Developing with WSL
Advanced
Auto Update
Debugging
Extending Electron Forge
API Docs
Powered By
GitBook
Comment on page
Zip
Create a ZIP file for your Electron app using Electron Forge.
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.
Usage
{
name
:
'@electron-forge/maker-zip'
}
Previous
WiX MSI
Next - Configuration
Publishers
Last modified
1mo ago