You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
郭建 6169a71ac2
first commit
2 years ago
..
dist first commit 2 years ago
src first commit 2 years ago
LICENSE first commit 2 years ago
README.md first commit 2 years ago
package.json first commit 2 years ago

README.md

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