a6a8bdecd8
* chore: Bump @electron/windows-sign deps * chore: Bump electron-wix-msi one more time * test: Print test name * chore: Update electron-wix-msi version to 5.1.3 |
||
---|---|---|
.. | ||
src | ||
README.md | ||
package.json |
README.md
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
andwine
installed.
Configuration options are documented in MakerSquirrelConfigOptions
.
{
name: '@electron-forge/maker-squirrel',
config: {
certificateFile: './cert.pfx',
certificatePassword: 'this-is-a-secret'
}
}