@electron-forge/maker-deb

v7.5.0
Deb maker for Electron Forge

maker-deb

@electron-forge/maker-deb 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 MakerDebConfigOptions.

{
  name: '@electron-forge/maker-deb',
  config: {
    options: {
      maintainer: 'The Forgers',
      homepage: 'https://example.com',
      icon: 'path/to/icon.svg'
    }
  }
}
npm i @electron-forge/maker-deb

Metadata

  • MIT
  • >= 16.4.0
  • Samuel Attard
  • released 9/20/2024

Downloads