app builder lib.Interface.AppImageOptions
Electron-Builder / app-builder-lib / AppImageOptions
Extends¶
Properties¶
artifactName?¶
readonlyoptionalartifactName:null|string
The artifact file name template.
Inherited from¶
TargetSpecificOptions.artifactName
category?¶
readonlyoptionalcategory:null|string
The application category.
Inherited from¶
description?¶
readonlyoptionaldescription:null|string
As description from application package.json, but allows you to specify different for Linux.
Inherited from¶
CommonLinuxOptions.description
desktop?¶
readonlyoptionaldesktop:null|LinuxDesktopFile
The Desktop file
Inherited from¶
executableArgs?¶
readonlyoptionalexecutableArgs:null|string[]
The executable parameters. Pass to executableName
Inherited from¶
CommonLinuxOptions.executableArgs
license?¶
readonlyoptionallicense:null|string
The path to EULA license file. Defaults to license.txt or eula.txt (or uppercase variants). Only plain text is supported.
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.
Inherited from¶
publish?¶
optionalpublish:Publish
Inherited from¶
synopsis?¶
readonlyoptionalsynopsis:null|string
The short description.