app builder lib.Interface.CommonLinuxOptions
Electron-Builder / app-builder-lib / CommonLinuxOptions
Extended by¶
Properties¶
category?¶
readonlyoptionalcategory:null|string
The application category.
description?¶
readonlyoptionaldescription:null|string
As description from application package.json, but allows you to specify different for Linux.
desktop?¶
readonlyoptionaldesktop:any
The Desktop file entries (name to value).
executableArgs?¶
readonlyoptionalexecutableArgs:null|string[]
The executable parameters. Pass to executableName
mimeTypes?¶
readonlyoptionalmimeTypes: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?¶
readonlyoptionalsynopsis:null|string
The short description.