{ "$schema": "https://schema.tauri.app/config/2", "productName": "CTMS", "version": "0.1.0", "identifier": "cn.huapont.ctms.desktop", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:5173", "beforeBuildCommand": "npm run build", "frontendDist": "../dist" }, "app": { "windows": [ { "label": "main", "title": "CTMS", "width": 1440, "height": 900, "minWidth": 1180, "minHeight": 760, "decorations": true, "titleBarStyle": "Overlay", "hiddenTitle": true, "backgroundColor": "#f9fafb", "backgroundThrottling": "disabled", "trafficLightPosition": { "x": 16, "y": 18 } } ], "security": { "csp": "default-src 'self' customprotocol: asset:; script-src 'self'; connect-src 'self' ipc: http://ipc.localhost https: http://localhost:* http://127.0.0.1:*; img-src 'self' asset: blob: data: https: http://localhost:* http://127.0.0.1:*; style-src 'self' 'unsafe-inline'; font-src 'self' data:; frame-src 'self' blob: https: http://localhost:* http://127.0.0.1:*; object-src 'none'; base-uri 'self'; form-action 'self'" } }, "bundle": { "active": true, "targets": ["app", "dmg"], "createUpdaterArtifacts": true, "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] }, "plugins": { "updater": { "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDU5MzI4NzBDRDlCRDUzMUIKUldRYlU3M1pESWN5V1ZaYzZOdVlhbk5xVmFlQW4zRmpGbmFUdWV1UUN3WFBsYU16clZJMzRaVjEK" } } }