Files
flowdeer-dist/FlowDeerTree/src-tauri/tauri.conf.json
T
2025-02-21 22:07:12 +08:00

34 lines
619 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "FlowDeer Tree",
"version": "3.0.1",
"identifier": "com.ft07.flowdeer.tree",
"build": {
"frontendDist": "../../docs"
},
"app": {
"withGlobalTauri": true,
"windows": [
{
"title": "FlowDeer Tree",
"width": 1000,
"height": 900
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}