Module: Build processOS: Windowshelp wanted
Métricas do repositório
- Stars
- (7.425 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
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
NSIStarget to the list - port this nsi script to the new solution
- remove
build-nsisfrom gulp tasks.
Where to begin:
Looking at gulpFile.js and w
Related code: