Skip to content

app builder lib.Interface.LinuxConfiguration

Electron-Builder / app-builder-lib / LinuxConfiguration

Extends

Properties

icon?

readonly optional icon: string

The path to icon set directory or one png file, relative to the build resources or to the project directory. The icon filename must contain the size (e.g. 32x32.png) of the icon. By default will be generated automatically based on the macOS icns file.

Overrides

PlatformSpecificBuildOptions.icon


maintainer?

readonly optional maintainer: null | string

The maintainer. Defaults to author.


target?

readonly optional target: TargetConfigType

Target package type: list of AppImage, flatpak, snap, deb, rpm, freebsd, pacman, p5p, apk, 7z, zip, tar.xz, tar.lz, tar.gz, tar.bz2, dir.

electron-builder docker image can be used to build Linux targets on any platform.

Please do not put an AppImage into another archive like a .zip or .tar.gz.

Default

AppImage

Overrides

PlatformSpecificBuildOptions.target


vendor?

readonly optional vendor: null | string

The vendor. Defaults to author.