app builder lib.Interface.CommonNsisOptions
Electron-Builder / app-builder-lib / CommonNsisOptions
继承自¶
属性¶
customNsisBinary?¶
readonly
optional
customNsisBinary:null
|CustomNsisBinary
允许您提供您自己的 makensis
,例如支持通过 LogSet 和 LogText 进行调试日志记录的版本。(日志记录还需要选项 debugLogging = true
)
guid?¶
readonly
optional
guid:null
|string
请参阅 GUID 与应用程序名称。
unicode?¶
readonly
optional
unicode:boolean
是否创建 Unicode 安装程序。
默认¶
true
warningsAsErrors?¶
readonly
optional
warningsAsErrors:boolean
如果 warningsAsErrors
为 true
(默认值):NSIS 会将警告视为错误。 如果 warningsAsErrors
为 false
:NSIS 将允许警告。
默认¶
true