{ "build": { "beforeBuildCommand": "npm run build", "beforeDevCommand": "npm run dev", "devPath": "http://127.0.0.1:5177/", "distDir": "html/dist", "withGlobalTauri": true }, "package": { "productName": "rustdesk_server", "version": "0.1.2" }, "tauri": { "allowlist": { "all": false, "fs": { "scope": [ "$RESOURCE/bin/.env", "$RESOURCE/logs/*" ], "all": false, "exists": true, "readDir": true, "readFile": true, "writeFile": true }, "path": { "all": true }, "shell": { "all": false, "open": true } }, "bundle": { "active": true, "category": "DeveloperTool", "copyright": "", "deb": { "depends": [] }, "externalBin": [], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "identifier": "rustdesk.server", "longDescription": "", "macOS": { "entitlements": null, "exceptionDomain": "", "frameworks": [], "providerShortName": null, "signingIdentity": null }, "resources": [], "shortDescription": "", "targets": "all", "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "" } }, "security": { "csp": null }, "systemTray": { "iconPath": "icons/icon.ico", "iconAsTemplate": true }, "updater": { "active": false }, "windows": [ { "center": true, "fullscreen": false, "height": 600, "resizable": true, "title": "RustDesk Server", "width": 980 } ] } }