From 3b5092410ab7e16d2b8562f1419ae6a03296333e Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 20 May 2024 00:42:22 +0200 Subject: [PATCH] Fixed close bug --- neutralino.config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/neutralino.config.json b/neutralino.config.json index 5dffed9..220e258 100644 --- a/neutralino.config.json +++ b/neutralino.config.json @@ -40,13 +40,13 @@ "center": true, "fullScreen": false, "alwaysOnTop": false, - "icon": "/resources/icons/appIcon.png", + "icon": "/src/icons/appIcon.png", "enableInspector": true, "borderless": false, "maximize": false, "hidden": false, "resizable": true, - "exitProcessOnClose": false + "exitProcessOnClose": true }, "browser": { "globalVariables": { @@ -57,7 +57,7 @@ ] }, "cloud": { - "url": "/resources/#cloud", + "url": "/src/#cloud", "nativeAllowList": [ "app.*" ] @@ -74,9 +74,9 @@ }, "cli": { "binaryName": "clearapp", - "resourcesPath": "/resources/", + "resourcesPath": "/src/", "extensionsPath": "/extensions/", - "clientLibrary": "/resources/js/neutralino.js", + "clientLibrary": "/src/js/neutralino.js", "binaryVersion": "5.1.0", "clientVersion": "5.1.0" }