c39330bffb
macOS und Windows öffnen jetzt dasselbe rahmenlose Popup-Fenster wie Linux, ausgelöst über den nativen Tray-Klick und am Icon-rect positioniert; das native macOS-Menü (tray_menu/menu_icon/project_icon_rgba_36/scale_rgba) entfällt. Popup-Fenster wird plattformübergreifend gebaut, macOSPrivateApi für die Transparenz aktiviert, Fokusverlust schließt das Popup überall.
34 lines
713 B
JSON
34 lines
713 B
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
|
"productName": "ai-control",
|
|
"version": "0.2.0",
|
|
"identifier": "com.aicontrol.app",
|
|
"build": {
|
|
"frontendDist": "../dist",
|
|
"devUrl": "http://localhost:1420",
|
|
"beforeDevCommand": "npm run dev",
|
|
"beforeBuildCommand": "npm run build"
|
|
},
|
|
"app": {
|
|
"macOSPrivateApi": true,
|
|
"windows": [],
|
|
"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"
|
|
],
|
|
"android": {
|
|
"debugApplicationIdSuffix": ".debug"
|
|
}
|
|
}
|
|
}
|