Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @electron-forge/publisher-snapcraft

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'
}
}
]
};

Index

References

Re-exports PublisherSnapcraft