electron builder.Interface.CommonLinuxOptions
Electron-Builder / electron-builder / 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:null
|LinuxDesktopFile
The Desktop file
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.