您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Muqriz 48f16bfc3e initail first 4 个月前
..
dist initail first 4 个月前
node_modules initail first 4 个月前
src initail first 4 个月前
LICENSE initail first 4 个月前
README.md initail first 4 个月前
package.json initail first 4 个月前

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