Files
2026-07-13 12:52:40 +08:00

43 lines
1004 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Cline Hub",
"version": "0.0.0",
"identifier": "bot.cline.menubar",
"build": {
"beforeDevCommand": "bun run build:sidecar:bin",
"beforeBuildCommand": "bun run build:sidecar:bin",
"frontendDist": "../ui",
"beforeBundleCommand": "[ \"$(uname)\" = \"Darwin\" ] && [ -e ./target/release/bundle/macos/Cline\\ Hub.app ] && xattr -d com.apple.quarantine ./target/release/bundle/macos/Cline\\ Hub.app || true"
},
"app": {
"withGlobalTauri": true,
"windows": [
{
"label": "main",
"title": "Cline Hub Monitor",
"width": 1600,
"height": 900,
"minWidth": 1180,
"minHeight": 720,
"resizable": true,
"decorations": false
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"externalBin": ["bin/menubar-sidecar"],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}