{ "$schema": "../node_modules/@tauri-apps/cli/schema.json", "build": { "beforeDevCommand": "pnpm dev", "beforeBuildCommand": "pnpm build", "devPath": "http://localhost:1421", "distDir": "../dist", "withGlobalTauri": false }, "package": { "productName": "gpgui-helper" }, "tauri": { "allowlist": { "all": false, "window": { "all": false, "startDragging": true } }, "bundle": { "active": false, "targets": "deb", "identifier": "com.yuezk.gpgui-helper", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] }, "security": { "csp": null }, "windows": [ { "title": "GlobalProtect GUI Helper", "center": true, "resizable": true, "width": 500, "height": 100, "minWidth": 500, "minHeight": 100, "maxWidth": 500, "maxHeight": 100, "label": "main", "decorations": false } ] } }