RPM
Create an RPM package for RedHat-based Linux distributions for your Electron app, using Electron Forge.
Last updated
Was this helpful?
Create an RPM package for RedHat-based Linux distributions for your Electron app, using Electron Forge.
Last updated
Was this helpful?
The RPM target builds .rpm
files, which is the standard package format for Red Hat-based Linux distributions such as and (RHEL).
You can only build the RPM target on Linux machines with the rpm
or rpm-build
packages installed.
On Fedora you can do something like this:
While on Debian or Ubuntu you'll need to do this:
To use @electron-forge/maker-rpm
, add it to the makers
array in your :
For advanced debug logging for this maker, add the DEBUG=electron-installer-redhat*
environment variable.
Configuration options are documented in .