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

Right now, `neu build` bundles all files from the `resourcePath`(provided in `neutralino.config.json`) into one `resources.neu` file. Thereby, files can be included that have **no use** there (like TypeScript files). It...

After including the npm module, the packaging is very slow and cannot be packaged successfully

bug

I am building a Windows application and I want to include an "app.ini" file in the same folder as "app.exe". Is there a way to get this app.ini file to...

I cloned https://github.com/codezri/liteman to try on a Windows ARM64 in WSL, and received an error: neu: INFO Error: ENOENT: no such file or directory, chmod 'bin/neutralino-linux_arm64' I see that https://neutralino.js.org/docs/distribution/overview/...

fixed `Error: EBUSY: resource busy or locked, rmdir '../node'` error while creating a neu app on Windows. This would leave a folder without removing the .tmp files from the folder....

Issue while creating project C:\neu>neu create actions neu: INFO Checking if neutralinojs/neutralinojs-minimal is a valid Neutralinojs app template... neu: WARN Unable to check the template validity via the GitHub API....

The dev server(frontend framework) is ran before the HTML file is patched with the new url of the globals file, resulting in: "Failed to load resource." I'm not sure if...

Closes the following issues: * https://github.com/neutralinojs/neutralinojs/issues/1057 * https://github.com/neutralinojs/neutralinojs-cli/issues/84 (was previously closed as "not planned") This PR allows the `neu build` command to patch Windows executables with user-provided metadata and icon....