electron-userland / electron-builder-binaries

172 stars 60 forks source link

feat(nsis): NSIS 3.0.4 #27

Closed dangeredwolf closed 4 years ago

dangeredwolf commented 4 years ago

Upgraded to the current newest version of NSIS, 3.0.4 (or 3.04, depending on who you ask o.o)

In addition to just being a good idea, it is also helpful for getting Windows on ARM support in the NSIS installer. This is because in x64.nsh, they added several new variables relating to CPU architecture. The corresponding pull request is at electron-userland/electron-builder#4228.

https://github.com/dangeredwolf/electron-builder-binaries/releases/tag/nsis-3.0.4 I also put it into a 7z using 7za and the flags specified within publish.sh and uploaded it to a release. The release also includes the corresponding SHA512 for use within electron-builder.