deb
The deb target builds .deb
packages, which are the standard package format for Debian-based Linux distributions such as Ubuntu. You can only build the deb target on Linux or macOS machines with the fakeroot
and dpkg
packages installed.
Configuration options are documented in MakerDebConfig
.
Usage
{
name: '@electron-forge/maker-deb',
config: {
options: {
maintainer: 'Joe Bloggs',
homepage: 'https://example.com'
}
}
}