From c3a8637b4195e2f5094d24b95eeefdabd4e035d2 Mon Sep 17 00:00:00 2001 From: Cosmo Myzrail Gorynych Date: Sun, 22 Dec 2024 05:36:34 +1200 Subject: [PATCH] :zap: Note possibly missing +x flags on Neutralino binaries and how to fix them --- docs/get-started.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/get-started.md b/docs/get-started.md index 0fe039d..e258319 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -59,6 +59,12 @@ bun run dev ``` ::: +::: info Possible issues on newer macOS and Linux devices +Various OS' security measures may disable the `+x` flag on Neutralino executables, marking them as non-executable. If you see permission or "executable not found" errors, it is probably because your system unmarked downloaded Neutralino binaries as executables. You can fix it by going to the created folder > `bin` folder and running `chmod +x *` there. + +I've sent a [PR](https://github.com/neutralinojs/neutralinojs-cli/pull/284) to Neutralino.js so it auto-fixes the permissions, and this PR is now merged and will be released with the next Neutralino.js version. +::: + ## 3. Build the app ```sh bun run build