跳到内容

electron builder.Interface.CommonNsisOptions

Electron-Builder / electron-builder / 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

如果 warningsAsErrorstrue(默认值):NSIS 会将警告视为错误。如果 warningsAsErrorsfalse:NSIS 将允许警告。

默认

true