{ "$schema": "../node_modules/@tauri-apps/cli/schema.json", "build": { "beforeBuildCommand": "npm run build-only", "beforeDevCommand": "npm run dev", "devPath": "http://localhost:5173", "distDir": "../dist" }, "package": { "productName": "domino-client", "version": "0.1.11" }, "tauri": { "allowlist": { "path": { "all": true }, "fs": { "copyFile": true, "createDir": true, "exists": true, "readDir": true, "readFile": true, "removeDir": true, "removeFile": true, "renameFile": true, "scope": ["$APPDATA/*", "$APP/*"], "writeFile": true, "all": 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": "net.xintanalabs.domino", "longDescription": "", "macOS": { "entitlements": null, "exceptionDomain": "", "frameworks": [], "providerShortName": null, "signingIdentity": null }, "resources": [], "shortDescription": "", "targets": "all", "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "" } }, "security": { "csp": null }, "updater": { "active": true, "dialog": true, "endpoints": [ "https://domserv.xintanalabs.net/api/updater/{{target}}/{{arch}}/{{current_version}}" ], "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDQwRTBDNUU1QzIyNEYzQUQKUldTdDh5VEM1Y1hnUVA2M01pcEZMbVltVUpuMlhpN09Rc3BnN1A3NC9BOGs5OE92MndRZzVXSm4K" }, "windows": [ { "fullscreen": false, "height": 720, "resizable": true, "title": "Domino v0.1.11", "width": 1280, "minHeight": 720, "minWidth": 1280, "center": true, "decorations": true } ] } }