Comment on page
Snapcraft
Create a Snap package for your Electron app using Electron Forge.
The Snapcraft target 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.{
name: '@electron-forge/maker-snap',
config: {
features: {
audio: true,
mpris: 'com.example.mpris',
webgl: true
},
summary: 'Pretty Awesome'
}
}
Last modified 1yr ago