Neutralinojs CLI v11.4.0 released!
What's new
Core: Bundler
- Let developers copy additional non-resource files like configuration files to the final app bundle using
cli.copyItemsarray. - Add the
--macos-bundleflag to thebuildcommand to rename MacOS binary to a*.appfile. - 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 🚀