{ "$schema": "https://schema.tauri.app/config/2", "productName": "Video Concat", "version": "5.0.0", "identifier": "com.youfu.video-concat", "build": { "beforeDevCommand": "npm run dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "npm run build", "frontendDist": "../dist" }, "app": { "withGlobalTauri": true, "windows": [ { "title": "Video Concat", "width": 960, "height": 820, "minWidth": 720, "minHeight": 620, "dragDropEnabled": true } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": ["msi"], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] } }