Skip to content

app builder lib.Interface.CommonLinuxOptions

Electron-Builder / app-builder-lib / CommonLinuxOptions

Extended by

Properties

category?

readonly optional category: null | string

The application category.


description?

readonly optional description: null | string

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


desktop?

readonly optional desktop: any

The Desktop file entries (name to value).


executableArgs?

readonly optional executableArgs: null | string[]

The executable parameters. Pass to executableName


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.


synopsis?

readonly optional synopsis: null | string

The short description.