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,
"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"
}