Fixed close bug
This commit is contained in:
parent
a74830ccc7
commit
3b5092410a
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user