Files
2026-07-13 13:04:19 +08:00

42 lines
914 B
JSON

{
"productName": "GenericAgent",
"version": "0.1.0",
"identifier": "com.genericagent.app",
"build": {
"frontendDist": "../static"
},
"app": {
"withGlobalTauri": true,
"security": {
"csp": null
},
"windows": [
{
"title": "GenericAgent",
"label": "main",
"width": 1280,
"height": 800,
"resizable": true,
"maximized": false,
"visible": false,
"url": "loading.html"
},
{
"title": "GenericAgent — Setup",
"label": "setup",
"width": 600,
"height": 580,
"resizable": false,
"visible": false,
"center": true,
"url": "fallback.html"
}
]
},
"bundle": {
"active": true,
"targets": ["nsis", "dmg"],
"icon": ["icons/icon.ico", "icons/icon.png", "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png"]
}
}