{ "$schema": "https://schema.tauri.app/config/2", "productName": "broadcast-client", "version": "0.1.0", "identifier": "com.ziyun.broadcastclient", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "npm run build", "frontendDist": "../dist" }, "app": { "windows": [ { "label": "main", "title": "Broadcast Client", "width": 1280, "height": 256, "x": 0, "y": 0, "decorations": false, "transparent": false, "shadow": false, "alwaysOnTop": true, "resizable": false, "maximizable": false, "fullscreen": false, "visible": true } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": ["deb"], "linux": { "deb": { "depends": [] }, "appimage": { "bundleMediaFramework": false } }, "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }