ethereum/mist

Use electron builder NSIS installer

Open

#4037 aperta il 30 lug 2018

Vedi su GitHub
 (0 commenti) (1 reazione) (0 assegnatari)JavaScript (2263 fork)batch import
Module: Build processOS: Windowshelp wanted

Metriche repository

Star
 (7425 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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:

Guida contributor