app builder lib.Class.Target
Electron-Builder / app-builder-lib / Target
Extended by¶
Constructors¶
new Target()¶
protected
new Target(name
,isAsyncSupported
):Target
Parameters¶
• name: string
• isAsyncSupported: boolean
= true
Returns¶
Properties¶
isAsyncSupported¶
readonly
isAsyncSupported:boolean
=true
name¶
readonly
name:string
options¶
abstract
readonly
options:undefined
|null
|TargetSpecificOptions
outDir¶
abstract
readonly
outDir:string
Methods¶
build()¶
abstract
build(appOutDir
,arch
):Promise
<any
>
Parameters¶
• appOutDir: string
• arch: Arch
Returns¶
Promise
<any
>
checkOptions()¶
checkOptions():
Promise
<any
>
Returns¶
Promise
<any
>
finishBuild()¶
finishBuild():
Promise
<any
>
Returns¶
Promise
<any
>