UNPKG

@neutralinojs/neu

Version:
27 lines (16 loc) 893 B
## 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](https://www.npmjs.com/package/@neutralinojs/neu): ``` npm i -g @neutralinojs/neu ``` Get started: https://neutralino.js.org/docs/cli/neu-cli <hr/> <small>This release was auto-generated by [ReleaseZri](https://github.com/codezri/releasezri) :rocket:</small>