New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@electron-forge/maker-snap

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@electron-forge/maker-snap

Snap maker for Electron Forge


Version published
Weekly downloads
235
decreased by-6.37%
Maintainers
5
Weekly downloads
 
Created

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

FAQs

Package last updated on 01 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts