@electron-forge/publisher-snapcraft
TypeScript icon, indicating that this package has built-in type declarations

7.4.0 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i @electron-forge/publisher-snapcraft

Weekly Downloads

64

Version

7.4.0

License

MIT

Unpacked Size

9.22 kB

Total Files

11

Last publish

Collaborators

  • vertedinde
  • georgexu99
  • erickzhao
  • malept
  • marshallofsound