neutralinojs-cli icon indicating copy to clipboard operation
neutralinojs-cli copied to clipboard

neu cli for Neutralinojs

Results 58 neutralinojs-cli issues
Sort by recently updated
recently updated
newest added

After enabling [Hot Reload](https://neutralino.js.org/docs/how-to/use-a-frontend-library#enabling-hot-reload) and running `neu run --frontend-lib-dev` _Hot Reloading_ works fine but I can not access global variables like `NL_OS` ! Here is the result of running [Demo](https://github.com/codezri/neutralinojs-react)...

The default output path when running `neu build --release` is set to dist. It would be nice to have a configuration option in neutralino.config.json to override this path and set...

- Instead of having to do : _Update the config file option cli.binaryVersion with 4.7.0 and enter neu update to fetch this version._ this after every new release, we can...

- Fixes #178 ## Testing it - Edit the `neutralino.config.json` with, for example : `"distributionPath": "/dist-game/"` field added to it. - Run `neu build` or `neu build --release` or `neu...

**Describe the bug** The `./.tmp/auth_info.json` file is always generated, ignoring the `exportAuthInfo` config property **To Reproduce** Steps to reproduce the behavior: 1. Set `"exportAuthInfo": false` in the `neutralino.config.json` 2. Run...

bug

**Expected Behavior** All `NL_*` global vars should be set in the client regardless of cli flags. **Actual Behavior** None of the `NL_*` global vars are set in the client when...

I am not sure why we need to use the existing `readDirectory` function by re-constructing the output of `fs.readdirSync`. Can we use the `fs` API directly in the test file...

gsoc-2022

I am creating a calling app for which I require microphone permission before call gets connected.

I'm trying to write a custom exension for SQlite3 and after following through the instructions on how to set up communication between extensions and the app, I end up with...

gsoc

Bug ### **Operating System-inux** While running neu run Cli command it shows the following error code ``` neu: INFO Starting process: neutralino-linux_x64 --load-dir-res --path=. --export-auth-info --neu-dev-extension --neu-dev-auto-reload bin/neutralino-linux_x64: error while...