The only change is bumping Electron to release 11.0.4, and updating the build targets.
-
Electron 11 adds a port for Apple Silicon (ARM) Macs. Therefore, there are now two Mac builds:
macos-x86(Intel) andmacos-arm64(Apple Silicon). The x86 build should run on ARM Macs, thanks to Rosetta, but it won't be as fast as the native ARM build. -
Electron has deprecated its 32-bit Linux port, so I have removed that from the build.
(Note that the macos-arm64 is untested, as I don't have one of them speedy Macs yet! Maybe next year...)
EDIT Dec 17th: I uploaded the same file for both Mac builds! (They both contained the Intel binary.) I have fixed this now; the Mac builds contain the architecture they say they do.