A complete solution to make Neutralinojs app distribution packages
# Installing the plugin
neu plugins --add @neutralinojs-community/builder
# neu builder [target] [options]
neu builder nsis --x64 # NSIS setup for Windows x64
neu builder deb --ia32 # Debian package for GNU/Linux ia32
neu builder appimage --x64 # AppImage for GNU/Linux x64
neu builder deb # GNU/Linux Debian packages for all supported CPU architectures
# Use configuration from neutralino.config.json
neu builder
# Removing the plugin
neu plugins --remove @neutralinojs-community/builder
The plugin currently supports only appimage builds for the x64 and arm64 architectures.
More features will be added soon.
Check implementation suggestions from here