@electron-forge/publisher-snapcraft
v7.5.0
Published
Snapcraft publisher for Electron Forge
Downloads
550
Keywords
Readme
publisher-snapcraft
The Snapcraft target publishes your .snap artifacts to the Snap Store. All configuration of your package is done via the Snapcraft maker.
This target requires that the system has the snapcraft utility installed.
Configuration options are documented in PublisherSnapConfig.
module.exports = {
// ...
publishers: [
{
name: '@electron-forge/publisher-snapcraft',
config: {
release: 'latest/edge, insider/stable'
}
}
]
};