Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Muqriz 48f16bfc3e initail first il y a 4 mois
..
dist initail first il y a 4 mois
node_modules initail first il y a 4 mois
src initail first il y a 4 mois
LICENSE initail first il y a 4 mois
README.md initail first il y a 4 mois
package.json initail first il y a 4 mois

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