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