{ "$schema": "https://schema.tauri.app/config/2", "productName": "call-client", "version": "0.1.0", "identifier": "com.ziyun.callclient", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "npm run build", "frontendDist": "../dist" }, "app": { "windows": [ { "label": "login", "title": "登录", "url": "/#/login", "width": 480, "height": 600, "resizable": false, "maximizable": false, "decorations": false, "alwaysOnTop": true }, { "label": "ticketList", "title": "票号列表", "url": "/#/ticketList", "width": 1024, "height": 720, "visible": false, "resizable": false, "maximizable": false, "decorations": false, "alwaysOnTop": true } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": ["deb", "appimage"], "linux": { "deb": { "depends": [] }, "appimage": { "bundleMediaFramework": false } }, "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }