跳到内容

应用构建器库.接口.AppImage选项

Electron-Builder / app-builder-lib / AppImageOptions

继承自

属性

artifactName?

readonly optional artifactName: null | string

artifact 文件名模板

继承自

TargetSpecificOptions.artifactName


category?

readonly optional category: null | string

应用程序类别

继承自

CommonLinuxOptions.category


description?

readonly optional description: null | string

如同来自 application package.json 的 description,但允许您为 Linux 指定不同的描述。

继承自

CommonLinuxOptions.description


desktop?

readonly optional desktop: null | LinuxDesktopFile

Desktop 文件

继承自

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

简短描述

继承自

CommonLinuxOptions.synopsis