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.
|
2 years ago | |
---|---|---|
.. | ||
dist | 2 years ago | |
src | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
package.json | 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'
}
}
}