跳到内容

electron builder.Interface.AppImageOptions

Electron-Builder / electron-builder / AppImageOptions

继承自

属性

artifactName?

readonly optional artifactName: null | string

artifact file name template

继承自

TargetSpecificOptions.artifactName


category?

readonly optional category: null | string

application category

继承自

CommonLinuxOptions.category


description?

readonly optional description: null | string

与应用程序 package.json 中的 description 相同,但允许您为 Linux 指定不同的描述。

继承自

CommonLinuxOptions.description


desktop?

readonly optional desktop: null | LinuxDesktopFile

Desktop file

继承自

CommonLinuxOptions.desktop


executableArgs?

readonly optional executableArgs: null | string[]

可执行文件参数。传递给 executableName

继承自

CommonLinuxOptions.executableArgs


license?

readonly optional license: null | string

EULA 许可文件的路径。默认为 license.txteula.txt(或大写变体)。仅支持纯文本。


mimeTypes?

readonly optional mimeTypes: null | string[]

文件关联中指定的 MIME 类型之外的其他 MIME 类型。如果您不想注册新的 MIME 类型,但想重用现有的,请使用它。

继承自

CommonLinuxOptions.mimeTypes


publish?

optional publish: Publish

继承自

TargetSpecificOptions.publish


synopsis?

readonly optional synopsis: null | string

short description

继承自

CommonLinuxOptions.synopsis