Snapcraft
The Snapcraft target publishes your .snap
artifacts to the Snap Store. All configuration of your package is done via the Snapcraft maker.
Requirements
You can only publish to the Snap Store on Linux systems with the snapcraft
package installed.
Installation
Usage
To use @electron-forge/publisher-snapcraft
, add it to the publishers
array in your Forge configuration:
forge.config.js
Configuration options are documented in PublisherSnapConfig
.
Last updated