npm electron-builder 21.0.12

latest releases: 27.0.0-alpha.5, 27.0.0-alpha.4, 26.15.5...
6 years ago

electron-updater 4.1.2 released as next.

macOS Catalina doesn't support 32-bit executables and as result Wine cannot run Windows 32-bit applications too. It means that you cannot build NSIS installer on macOS Catalina anymore, because even if NSIS itself it is native executable for macOS, to build and sign installer, we need to execute installer, but installer itself it is a 32-bit Windows executable. Maybe this problem will be fixed somehow when macOS Catalina will be released.

Bug Fixes

  • electron-updater: expose "isUpdaterActive" (b83f580), closes #4028
  • mac: ensure that created temporary keychain doesn't pollute system even if not deleted correctly (97684ca), closes #3685
  • nsis: nsis-web: Windows 7 and above is required when installing on Windows 7 (d451308), closes #2420

Features

  • update rcedit, use rcedit x64 on Windows x64 (5cb085d), closes #3889

Don't miss a new electron-builder release

NewReleases is sending notifications on new releases.