Skip to content

electron builder.Interface.Metadata

Electron-Builder / electron-builder / Metadata

Properties

author?

readonly optional author: null | AuthorMetadata


build?

readonly optional build: Configuration

The electron-builder configuration.


description?

readonly optional description: string

The application description.


homepage?

readonly optional homepage: null | string

The url to the project homepage (NuGet Package projectUrl (optional) or Linux Package URL (required)).

If not specified and your project repository is public on GitHub, it will be https://github.com/${user}/${project} by default.


license?

readonly optional license: null | string

linux-only. The license name.


name?

readonly optional name: string

The application name.

Required


repository?

readonly optional repository: null | string | RepositoryInfo

The repository.