Skip to main content

Interface: Metadata

Properties

author?

readonly optional author?: AuthorMetadata | null


build?

readonly optional build?: Configuration

The electron-builder configuration.


description?

readonly optional description?: string

The application description.


homepage?

readonly optional homepage?: string | null

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?: string | null

linux-only. The license name.


name?

readonly optional name?: string

The application name. Required.


repository?

readonly optional repository?: string | RepositoryInfo | null

The repository.