Search
Preparing search index...
The search index is not available
@electron-forge/installer-rpm
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
InstallerRpm
Class InstallerRpm
Hierarchy
InstallerLinux
InstallerRpm
Index
Constructors
constructor
Properties
__is
Electron
Forge
Installer
name
sudo
which
Methods
install
Constructors
constructor
new
Installer
Rpm
(
)
:
InstallerRpm
Returns
InstallerRpm
Properties
__is
Electron
Forge
Installer
__is
Electron
Forge
Installer
:
boolean
name
name
:
string
= "rpm"
sudo
sudo
:
function
Type declaration
(
type
:
string
, program
:
string
, args
:
string
)
:
Promise
<
void
>
Parameters
type:
string
program:
string
args:
string
Returns
Promise
<
void
>
which
which
:
function
Type declaration
(
type
:
string
, prog
:
string
, promise
:
function
)
:
Promise
<
void
>
Parameters
type:
string
prog:
string
promise:
function
(
)
:
Promise
<
any
>
Returns
Promise
<
any
>
Returns
Promise
<
void
>
Methods
install
install
(
__namedParameters
:
object
)
:
Promise
<
void
>
Parameters
__namedParameters:
object
file
Path
:
string
Returns
Promise
<
void
>
Globals
Installer
Rpm
constructor
__is
Electron
Forge
Installer
name
sudo
which
install