Skip to main content
The top-level appImage key contains set of options instructing electron-builder on how it should build AppImage.
Desktop IntegrationSince electron-builder 21 desktop integration is not a part of produced AppImage file. AppImageLauncher is the recommended way to integrate AppImages.

Configuration

license
string
The path to EULA license file. Defaults to license.txt or eula.txt (or uppercase variants). Only plain text is supported.
synopsis
string
description
string
As description from application package.json, but allows you to specify different for Linux.
category
string
mimeTypes
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.
desktop
LinuxDesktopFile
The Desktop file
executableArgs
string[]
The executable parameters. Pass to executableName

Build docs developers (and LLMs) love