app builder lib.Class.Platform
Electron-Builder / app-builder-lib / Platform
Constructors¶
new Platform()¶
new Platform(
name,buildConfigurationKey,nodeName):Platform
Parameters¶
• name: string
• buildConfigurationKey: string
• nodeName: Platform
Returns¶
Properties¶
buildConfigurationKey¶
buildConfigurationKey:
string
name¶
name:
string
nodeName¶
nodeName:
Platform
LINUX¶
staticLINUX:Platform
MAC¶
staticMAC:Platform
WINDOWS¶
staticWINDOWS:Platform
Methods¶
createTarget()¶
createTarget(
type?, …archs?):Map<Platform,Map<Arch,string[]>>
Parameters¶
• type?: null | string | string[]
• …archs?: Arch[]
Returns¶
Map<Platform, Map<Arch, string[]>>
toString()¶
toString():
string
Returns¶
string
current()¶
staticcurrent():Platform
Returns¶
fromString()¶
staticfromString(name):Platform
Parameters¶
• name: string