Skip to content

A complete solution to make Neutralinojs app distribution packages

Notifications You must be signed in to change notification settings

neutralinojs-community/neutralinojs-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neutralinojs-builder

A complete solution to make Neutralinojs app distribution packages

Goal

# 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

Current Features

The plugin currently supports only appimage builds for the x64 and arm64 architectures.

More features will be added soon.

Check implementation suggestions from here

About

A complete solution to make Neutralinojs app distribution packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published