npm.io
7.11.2 • Published 1 month ago

@electron-forge/maker-rpm

Licence
MIT
Version
7.11.2
Deps
2
Size
16 kB
Vulns
0
Weekly
291.3K
Stars
7.1K

maker-rpm

@electron-forge/maker-rpm builds .rpm files, which is the standard package format for RedHat-based Linux distributions such as Fedora.

You can only build the RPM target on Linux machines with the rpm or rpm-build packages installed.

Configuration options are documented in MakerRpmConfigOptions.

{
  name: '@electron-forge/maker-rpm',
  config: {
    options: {
      name: 'QuickEdit',
      homepage: 'http://example.com'
    }
  }
}