Using the electron-builder is possible to create these installers - Windows - [x] nsis - [ ] nsis-web (Web installer) - [ ] portable (nsis app without installation) - [ ] appx - [ ] msi - [ ] msi-wrapped - [ ] squirrel - [ ] Archives (7z, zip, tar.xz, tar.lz, tar.gz, tar.bz2) - Linux - [ ] AppImage - [ ] flatpak - [ ] snap - [x] deb - [x] rpm - [ ] freebsd - [ ] pacman - [ ] p5p - [ ] apk - [x] Archives (7z, zip, tar.xz, tar.lz, tar.gz, tar.bz2) - macOS - [x] dmg - [ ] mas - [ ] pkg - [ ] Archives (7z, zip, tar.xz, tar.lz, tar.gz, tar.bz2) For the architectures at the moment only the macOS is created for both `x64` and `arm64`, for Linux and Windows only the `x64` is created.
Using the electron-builder is possible to create these installers
Windows
Linux
macOS
For the architectures at the moment only the macOS is created for both
x64andarm64, for Linux and Windows only thex64is created.