Build
Docs
Reference
Guides
Blog
Discord
/
Bun
/
CompileBuildOptions
P
execArgv
P
executablePath
P
outfile
P
target
P
windows
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
Bun
/
CompileBuildOptions
P
execArgv
P
executablePath
P
outfile
P
target
P
windows
interface
CompileBuildOptions
interface
CompileBuildOptions
execArgv
?
:
string
[]
executablePath
?
:
string
outfile
?
:
string
target
?
:
Target
windows
?
:
{
copyright
:
string
;
description
:
string
;
hideConsole
:
boolean
;
icon
:
string
;
publisher
:
string
;
title
:
string
;
version
:
string
}