forge/packages/maker/squirrel
Felix Rieseberg a6a8bdecd8
chore: Bump @electron/windows-sign deps (#3524)
* 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
2024-03-08 14:11:45 -08:00
..
src fix(maker-squirrel): do not register the delta nupkg as an artifact when deltas are disabled (#3059) 2022-11-08 23:34:49 -08:00
README.md docs: maker-squirrel does not support macOS (#3348) 2023-09-15 16:22:46 -07:00
package.json chore: Bump @electron/windows-sign deps (#3524) 2024-03-08 14:11:45 -08:00

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 and wine installed.

Configuration options are documented in MakerSquirrelConfigOptions.

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