AppImage
The top-level appImage key contains set of options instructing electron-builder on how it should build AppImage.
Desktop Integration
Since electron-builder 21 desktop integration is not a part of produced AppImage file. AppImageLauncher is the recommended way to integrate AppImages.
- licenseString | “undefined” - The path to EULA license file. Defaults to- license.txtor- eula.txt(or uppercase variants). Only plain text is supported.
Inherited from CommonLinuxOptions:
- synopsisString | “undefined” - The short description.
- descriptionString | “undefined” - As description from application package.json, but allows you to specify different for Linux.
- categoryString | “undefined” - The application category.
- mimeTypesArray<String> | “undefined” - 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.
- desktopany | “undefined” - The Desktop file entries (name to value).
- executableArgsArray<String> | “undefined” - The executable parameters. Pass to executableName
Inherited from TargetSpecificOptions:
- artifactNameString | “undefined” - The artifact file name template.
- publishThe publish options.