2025-10-14 22:53:26 +08:00
|
|
|
{
|
|
|
|
|
"productName": "ECS Framework Editor",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"identifier": "com.esengine.editor",
|
|
|
|
|
"build": {
|
|
|
|
|
"beforeDevCommand": "npm run dev",
|
|
|
|
|
"devUrl": "http://localhost:5173",
|
|
|
|
|
"beforeBuildCommand": "npm run build",
|
|
|
|
|
"frontendDist": "../dist"
|
|
|
|
|
},
|
|
|
|
|
"bundle": {
|
2025-10-16 17:44:57 +08:00
|
|
|
"active": true,
|
|
|
|
|
"targets": "all",
|
|
|
|
|
"icon": [
|
|
|
|
|
"icons/icon.ico"
|
|
|
|
|
],
|
|
|
|
|
"windows": {
|
|
|
|
|
"certificateThumbprint": null,
|
|
|
|
|
"digestAlgorithm": "sha256",
|
|
|
|
|
"timestampUrl": ""
|
|
|
|
|
},
|
|
|
|
|
"macOS": {
|
|
|
|
|
"frameworks": [],
|
|
|
|
|
"minimumSystemVersion": "10.13",
|
|
|
|
|
"exceptionDomain": "",
|
|
|
|
|
"signingIdentity": null,
|
|
|
|
|
"providerShortName": null,
|
|
|
|
|
"entitlements": null
|
|
|
|
|
}
|
2025-10-14 22:53:26 +08:00
|
|
|
},
|
|
|
|
|
"app": {
|
|
|
|
|
"windows": [
|
|
|
|
|
{
|
|
|
|
|
"title": "ECS Framework Editor",
|
|
|
|
|
"width": 1280,
|
|
|
|
|
"height": 800,
|
|
|
|
|
"minWidth": 800,
|
|
|
|
|
"minHeight": 600,
|
|
|
|
|
"resizable": true,
|
|
|
|
|
"fullscreen": false,
|
|
|
|
|
"decorations": true,
|
|
|
|
|
"transparent": false,
|
|
|
|
|
"center": true,
|
|
|
|
|
"skipTaskbar": false
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"security": {
|
2025-10-15 17:15:05 +08:00
|
|
|
"csp": null,
|
|
|
|
|
"assetProtocol": {
|
|
|
|
|
"enable": true,
|
|
|
|
|
"scope": {
|
|
|
|
|
"allow": ["**"]
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-10-14 22:53:26 +08:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"plugins": {
|
|
|
|
|
"shell": {
|
|
|
|
|
"open": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|