Snapcraft
Create a Snap package for your Electron app using Electron Forge.
Last updated
Was this helpful?
Create a Snap package for your Electron app using Electron Forge.
Last updated
Was this helpful?
The target builds .snap
files, which is the packaging format created and sponsored by Canonical, the company behind Ubuntu. It is a sandboxed package format that lets users of various Linux distributions install your application in an isolated environment on their machine.
You can only build the Snapcraft target on Linux systems with the package installed.
To use @electron-forge/maker-snap
, add it to the makers
array in your :
For advanced debug logging for this maker, add the DEBUG=electron-installer-snap*
environment variable.
Configuration options are documented in .