electron builder.Interface.Metadata
Electron-Builder / electron-builder / 元数据
属性¶
author?¶
readonly
optional
author:null
|AuthorMetadata
build?¶
readonly
optional
build:Configuration
electron-builder 配置。
description?¶
readonly
optional
description:string
应用程序描述。
homepage?¶
readonly
optional
homepage:null
|string
项目 homepage 的 URL (NuGet 包 projectUrl
(可选) 或 Linux 包 URL (必需))。
如果未指定,并且您的项目仓库在 GitHub 上是公开的,则默认情况下为 https://github.com/${user}/${project}
。
license?¶
readonly
optional
license:null
|string
linux-only. license 名称。
name?¶
readonly
optional
name:string
应用程序名称。
必需¶
repository?¶
readonly
optional
repository:null
|string
|RepositoryInfo