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

7.4.0 • Public • Published

maker-snap

@electron-forge/maker-snap 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 snapcraft package installed.

{
  name: '@electron-forge/maker-snap',
  config: {
    version: '1.1.0',
    features: {
      audio: true,
      mpris: 'com.example.mpris',
      webgl: true
    },
    summary: 'My application'
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @electron-forge/maker-snap

Weekly Downloads

460

Version

7.4.0

License

MIT

Unpacked Size

7.94 kB

Total Files

11

Last publish

Collaborators

  • vertedinde
  • georgexu99
  • erickzhao
  • malept
  • marshallofsound