deb
Create a package for Debian-based Linux distributions for your Electron app, using Electron Forge.
Last updated
Was this helpful?
Create a package for Debian-based Linux distributions for your Electron app, using Electron Forge.
Last updated
Was this helpful?
The deb target builds , which are the standard package format for Debian-based Linux distributions such as .
You can only build the deb target on Linux or macOS machines with the and packages installed.
To use @electron-forge/maker-deb
, add it to the makers
array in your :
For advanced debug logging for this maker, add the DEBUG=electron-installer-deb*
environment variable.
Configuration options are documented in .