You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently quasar-cli already provides a well known electron-packager integration to bundle Electron-based applications in an executable format. I wonder if this project could get a step further and integrate electron-builder/electron-forge as well, providing so a complete solution for packaging apps in a distributable format (Windows installer, macOS dmg, Linux DEB/RPM/AppImage/Snap/Flatpak, etc.).
Both projects provide an API so they could be integrated into quasar-cli. Note, however, that both support different targets:
electron-builder supports:
all platforms: 7z, zip, tar.xz, tar.7z, tar.lz, tar.gz, tar.bz2)
Currently quasar-cli already provides a well known electron-packager integration to bundle Electron-based applications in an executable format. I wonder if this project could get a step further and integrate electron-builder/electron-forge as well, providing so a complete solution for packaging apps in a distributable format (Windows installer, macOS dmg, Linux DEB/RPM/AppImage/Snap/Flatpak, etc.).
Both projects provide an API so they could be integrated into quasar-cli. Note, however, that both support different targets: