builder util.Function.exec
Electron-Builder / builder-util / exec
exec(
file
,args
?,options
?,isLogOutIfDebug
?):Promise
<string
>
Parameters¶
• file: string
• args?: null
| string
[]
• options?: ExecFileOptions
• isLogOutIfDebug?: boolean
= true
Returns¶
Promise
<string
>