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.
Configuration¶
Electron-Builder / app-builder-lib / AppImageOptions
Extends¶
Properties¶
license?¶
readonly
optional
license:null
|string
The path to EULA license file. Defaults to license.txt
or eula.txt
(or uppercase variants). Only plain text is supported.