Socket
Book a DemoInstallSign in
Socket

@electron-forge/maker-squirrel

Package Overview
Dependencies
Maintainers
5
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@electron-forge/maker-squirrel

Squirrel maker for Electron Forge

latest
Source
npmnpm
Version
7.10.2
Version published
Weekly downloads
102K
-5.93%
Maintainers
5
Weekly downloads
 
Created
Source

maker-squirrel

@electron-forge/maker-squirrel builds a number of files required to distribute apps using the Squirrel.Windows framework. It generates a {appName} Setup.exe file which is the main installer for your application, {appName}-full.nupkg and a RELEASES file which you use to issue updates to your application.

Pre-requisites:

  • Windows machine
  • Linux machine with mono and wine installed.

Configuration options are documented in MakerSquirrelConfigOptions.

{
  name: '@electron-forge/maker-squirrel',
  config: {
    certificateFile: './cert.pfx',
    certificatePassword: 'this-is-a-secret'
  }
}

FAQs

Package last updated on 10 Oct 2025

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