Skip to main content

Interface: CommonLinuxOptions

Extended by

Properties

category?

readonly optional category?: string | null

The application category.


description?

readonly optional description?: string | null

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


desktop?

readonly optional desktop?: LinuxDesktopFile | null

The Desktop file


executableArgs?

readonly optional executableArgs?: string[] | null

The executable parameters. Pass to executableName


mimeTypes?

readonly optional mimeTypes?: string[] | null

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

The short description.