Fixed close bug

This commit is contained in:
Max W. 2024-05-20 00:42:22 +02:00
parent a74830ccc7
commit 3b5092410a

View File

@ -40,13 +40,13 @@
"center": true, "center": true,
"fullScreen": false, "fullScreen": false,
"alwaysOnTop": false, "alwaysOnTop": false,
"icon": "/resources/icons/appIcon.png", "icon": "/src/icons/appIcon.png",
"enableInspector": true, "enableInspector": true,
"borderless": false, "borderless": false,
"maximize": false, "maximize": false,
"hidden": false, "hidden": false,
"resizable": true, "resizable": true,
"exitProcessOnClose": false "exitProcessOnClose": true
}, },
"browser": { "browser": {
"globalVariables": { "globalVariables": {
@ -57,7 +57,7 @@
] ]
}, },
"cloud": { "cloud": {
"url": "/resources/#cloud", "url": "/src/#cloud",
"nativeAllowList": [ "nativeAllowList": [
"app.*" "app.*"
] ]
@ -74,9 +74,9 @@
}, },
"cli": { "cli": {
"binaryName": "clearapp", "binaryName": "clearapp",
"resourcesPath": "/resources/", "resourcesPath": "/src/",
"extensionsPath": "/extensions/", "extensionsPath": "/extensions/",
"clientLibrary": "/resources/js/neutralino.js", "clientLibrary": "/src/js/neutralino.js",
"binaryVersion": "5.1.0", "binaryVersion": "5.1.0",
"clientVersion": "5.1.0" "clientVersion": "5.1.0"
} }