Sainath Rao Pathange
Sainath Rao Pathange
In the cmd/beast/commands.go, a better, more generic assignment of variables (bool) can be done.
- 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...
Ideas can be drawn from something similar to this https://github.com/spf13/cobra https://github.com/jarun/googler https://github.com/browsh-org/browsh
Will Fix #131
Cannot export patchFile. This occurs on all platforms. There might be many exports that might return `null` as they may not be defined in `config.json`. As a better practice, should...
No errors in terminal while running app with --frontend-lib-dev flag with development server not up
### Actual Behaviour - When the development server is not started and we run `neu run --frontend-lib-dev` the app doesnt function and shows `Could not connect: Connection refused` ### Expected...
- This PR will have more commits to cleanup code
@shalithasuranga Need discussion on how to test commands that open neutralinojs app. The further tests gets halted in case a command runs to open a neutralinojs app. We can however...