ethereum/mist

Use electron builder NSIS installer

Open

#4,037 创建于 2018年7月30日

在 GitHub 查看
 (0 评论) (1 反应) (0 负责人)JavaScript (2,263 fork)batch import
Module: Build processOS: Windowshelp wanted

仓库指标

Star
 (7,425 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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:

贡献者指南