Skip to content

Neutralinojs CLI v11.4.0 released!

Choose a tag to compare

@github-actions github-actions released this 27 Mar 10:18
· 62 commits to main since this release

What's new

Core: Bundler

  • Let developers copy additional non-resource files like configuration files to the final app bundle using cli.copyItems array.
  • Add the --macos-bundle flag to the build command to rename MacOS binary to a *.app file.
  • Add the --config-file <path> to use a custom Neutralinojs config file for creating the bundle. i.e., neu build --config-file prod.config.json

Bugfixes/improvements

  • Support spaces in internal CLI arguments, i.e., neu run -- --window-title="Window title"

Dependencies

  • Update several dependency packages

Install the latest (v11.4.0) npm package:

npm i -g @neutralinojs/neu

Get started: https://neutralino.js.org/docs/cli/neu-cli


This release was auto-generated by ReleaseZri 🚀