2026-05-27 14:03:15 +02:00
|
|
|
{
|
|
|
|
|
"$schema": "https://raw.githubusercontent.com/niceda/tauri/dev/crates/tauri-config-schema/schema.json",
|
|
|
|
|
"productName": "TutaBridge",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"identifier": "com.tutabridge.app",
|
|
|
|
|
"build": {
|
|
|
|
|
"frontendDist": "../ui/dist",
|
|
|
|
|
"devUrl": "http://localhost:1420",
|
|
|
|
|
"beforeDevCommand": "cd ../ui && npm run dev",
|
|
|
|
|
"beforeBuildCommand": "cd ../ui && npm run build"
|
|
|
|
|
},
|
|
|
|
|
"app": {
|
|
|
|
|
"windows": [
|
|
|
|
|
{
|
|
|
|
|
"title": "TutaBridge",
|
|
|
|
|
"width": 700,
|
|
|
|
|
"height": 520,
|
2026-05-27 17:50:27 +02:00
|
|
|
"minWidth": 700,
|
|
|
|
|
"minHeight": 520,
|
2026-05-27 14:03:15 +02:00
|
|
|
"resizable": true,
|
|
|
|
|
"center": true
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"security": {
|
|
|
|
|
"csp": null
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"bundle": {
|
|
|
|
|
"active": true,
|
|
|
|
|
"targets": "all",
|
|
|
|
|
"icon": [
|
|
|
|
|
"icons/32x32.png",
|
|
|
|
|
"icons/128x128.png",
|
|
|
|
|
"icons/128x128@2x.png"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|