1.0.2 • Published 2 years ago

salihu-neutralinojs-builder v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

neutralinojs-builder

A complete solution to make Neutralinojs app distribution packages

Goal

# Installing the plugin
neu plugins --add @neutralinojs-community/builder

# neu builder <target> <arch>
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

Check implementation suggestions from here