Preparing search index...
The search index is not available
Documentation
Documentation
@electron-forge/publisher-static
StaticPublisherConfig
Interface StaticPublisherConfig
interface
StaticPublisherConfig
{
keyResolver
?:
(
(
fileName
,
platform
,
arch
)
=>
string
)
;
}
Index
Properties
key
Resolver?
Properties
Optional
key
Resolver
key
Resolver
?:
(
(
fileName
,
platform
,
arch
)
=>
string
)
Custom function to provide the key to upload a given file to
Type declaration
(
fileName
,
platform
,
arch
)
:
string
Parameters
fileName
:
string
platform
:
string
arch
:
string
Returns
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
key
Resolver
Documentation
Loading...
Custom function to provide the key to upload a given file to