electron builder.Interface.LinuxTargetSpecificOptions
Electron-Builder / electron-builder / LinuxTargetSpecificOptions
Extends¶
Extended by¶
Properties¶
afterInstall?¶
readonlyoptionalafterInstall:null|string
afterRemove?¶
readonlyoptionalafterRemove:null|string
artifactName?¶
readonlyoptionalartifactName:null|string
The artifact file name template.
Inherited from¶
TargetSpecificOptions.artifactName
category?¶
readonlyoptionalcategory:null|string
The application category.
Inherited from¶
compression?¶
readonlyoptionalcompression:null|"gz"|"bzip2"|"xz"|"lzo"
The compression type.
Default¶
xz
depends?¶
readonlyoptionaldepends:null|string[]
Package dependencies.
description?¶
readonlyoptionaldescription:null|string
As description from application package.json, but allows you to specify different for Linux.
Inherited from¶
CommonLinuxOptions.description
desktop?¶
readonlyoptionaldesktop:any
The Desktop file entries (name to value).
Inherited from¶
executableArgs?¶
readonlyoptionalexecutableArgs:null|string[]
The executable parameters. Pass to executableName
Inherited from¶
CommonLinuxOptions.executableArgs
fpm?¶
readonlyoptionalfpm:null|string[]
Advanced only The fpm options.
Example: ["--before-install=build/deb-preinstall.sh", "--after-upgrade=build/deb-postinstall.sh"]
icon?¶
readonlyoptionalicon:string
maintainer?¶
readonlyoptionalmaintainer:null|string
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¶
packageCategory?¶
readonlyoptionalpackageCategory:null|string
The package category.
packageName?¶
readonlyoptionalpackageName:null|string
The name of the package.
publish?¶
optionalpublish:Publish
Inherited from¶
synopsis?¶
readonlyoptionalsynopsis:null|string
The short description.
Inherited from¶
vendor?¶
readonlyoptionalvendor:null|string