Optional
configOrConfigFetcher: MakerAppImageConfig | ((arch) => MakerAppImageConfig)Either a configuration object for this maker or a simple method that returns such a configuration for a given target architecture
Optional
platformsToMakeOn: string[]If you want this maker to run on platforms different from defaultPlatforms
you can provide those platforms here
Protected
Optional
platformsRest
...vendorExt: unknown[]
An AppImage maker for Electron Forge.
See
Readme.md
file distributed in subproject's root dir for more information and documentation of supported env variables. See JSDoc/TSDoc/TypeDoc documentation (this ones!) for supported configuration options.Example