Skip to content

electron builder.Interface.LinuxTargetSpecificOptions

Electron-Builder / electron-builder / LinuxTargetSpecificOptions

Extends

Extended by

Properties

afterInstall?

readonly optional afterInstall: null | string


afterRemove?

readonly optional afterRemove: null | string


artifactName?

readonly optional artifactName: null | string

The artifact file name template.

Inherited from

TargetSpecificOptions.artifactName


category?

readonly optional category: null | string

The application category.

Inherited from

CommonLinuxOptions.category


compression?

readonly optional compression: null | "gz" | "bzip2" | "xz" | "lzo"

The compression type.

Default

xz

depends?

readonly optional depends: null | string[]

Package dependencies.


description?

readonly optional description: null | string

As description from application package.json, but allows you to specify different for Linux.

Inherited from

CommonLinuxOptions.description


desktop?

readonly optional desktop: any

The Desktop file entries (name to value).

Inherited from

CommonLinuxOptions.desktop


executableArgs?

readonly optional executableArgs: null | string[]

The executable parameters. Pass to executableName

Inherited from

CommonLinuxOptions.executableArgs


fpm?

readonly optional fpm: null | string[]

Advanced only The fpm options.

Example: ["--before-install=build/deb-preinstall.sh", "--after-upgrade=build/deb-postinstall.sh"]


icon?

readonly optional icon: string


maintainer?

readonly optional maintainer: null | string


mimeTypes?

readonly optional mimeTypes: null | string[]

The mime types in addition to specified in the file associations. Use it if you don’t want to register a new mime type, but reuse existing.

Inherited from

CommonLinuxOptions.mimeTypes


packageCategory?

readonly optional packageCategory: null | string

The package category.


packageName?

readonly optional packageName: null | string

The name of the package.


publish?

optional publish: Publish

Inherited from

TargetSpecificOptions.publish


synopsis?

readonly optional synopsis: null | string

The short description.

Inherited from

CommonLinuxOptions.synopsis


vendor?

readonly optional vendor: null | string