@@ -193,3 +193,49 @@ Custom Material SVG Icons will only show up when the application is deployed on
4. Dans le constructeur de _FormulaireService_, ajouter une entrée dans `this.calculatorPaths` pour fournir le préfixe des fichiers de configuration/internationalisation.
5.**Si une nouvelle classe a été créée à l'étape 2**, dans la méthode _FormulaireService.newFormulaire()_, compléter le _switch_ pour fournir la classe à instancier.
# Build desktop packages with Electron
## linux .deb package
Execute `npm run release-linux`. Find the .deb package in `/release`.
## windows installer
Several npm scripts of `package.json` won't work with windows (for ex. "preprocess"). Building
the Electron package is a little more complicated.
### install dependencies
* Git, for example [https://gitforwindows.org](https://gitforwindows.org)