From 0c146f7649a741f8f81d5bda98d4375e80e404a9 Mon Sep 17 00:00:00 2001 From: weroperking <139503221+weroperking@users.noreply.github.com> Date: Thu, 26 Feb 2026 02:18:06 +0200 Subject: [PATCH] Fix Neutralino resources path for packaged app --- neutralino.config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/neutralino.config.json b/neutralino.config.json index d5cb1c9..eb53164 100644 --- a/neutralino.config.json +++ b/neutralino.config.json @@ -17,7 +17,9 @@ "exitProcessOnClose": true }, "nativeBlockList": [], - "nativeAllowList": ["window.*"], + "nativeAllowList": [ + "window.*" + ], "webBrowserBlockList": [], "enableServer": true, "host": "127.0.0.1", @@ -70,7 +72,7 @@ } }, "cli": { - "resourcesPath": "/resources", + "resourcesPath": "./resources/", "binaryVersion": "6.4.0" } } \ No newline at end of file