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