Find Similar Packages for @electron-forge/maker-deb
1 Year
@electron-forge/maker-debSimilar Packages:
Package Weekly Downloads Trend
Stat Detail
Package
Downloads
Stars
Size
Issues
Publish
License
@electron-forge/maker-deb68,1146,74421.6 kB238a month agoMIT
README for @electron-forge/maker-deb

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'
    }
  }
}