ethereum/mist

Use electron builder NSIS installer

Open

#4 037 ouverte le 30 juil. 2018

Voir sur GitHub
 (0 commentaires) (1 réaction) (0 assignés)JavaScript (2 263 forks)batch import
Module: Build processOS: Windowshelp wanted

Métriques du dépôt

Stars
 (7 425 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Currently, our build process takes care of building NSIS (windows installer) on its own. We should migrate it to electron-builder way, to simplify our process and take advantage of electron-builder code signing functionality (#3444).

  • add NSIS target to the list
  • port this nsi script to the new solution
  • remove build-nsis from gulp tasks.

Where to begin: Looking at gulpFile.js and w

Related code:

Guide contributeur