Interface: CommonLinuxOptions
Extended by
Properties
category?
readonlyoptionalcategory?:string|null
The application category.
description?
readonlyoptionaldescription?:string|null
As description from application package.json, but allows you to specify different for Linux.
desktop?
readonlyoptionaldesktop?:LinuxDesktopFile|null
The Desktop file
executableArgs?
readonlyoptionalexecutableArgs?:string[] |null
The executable parameters. Pass to executableName
mimeTypes?
readonlyoptionalmimeTypes?: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?
readonlyoptionalsynopsis?:string|null
The short description.