Squirrel.Windows
Create a Windows installer for your Electron app using Electron Forge.
File
Description
Requirements
Installation
npm install --save-dev @electron-forge/maker-squirrelUsage
module.exports = {
makers: [
{
name: '@electron-forge/maker-squirrel',
config: {
certificateFile: './cert.pfx',
certificatePassword: process.env.CERTIFICATE_PASSWORD
}
}
]
};Mandatory metadata
In package.json
In your Forge config
Handling startup events
Spaces in the app name
Debugging
Last updated
Was this helpful?