{ "build": { "devPath": "../src", "distDir": "../src", "withGlobalTauri": true }, "package": { "productName": "xtoyr", "version": "0.0.1" }, "tauri": { "allowlist": { "all": false, "shell": { "all": false, "open": true } }, "windows": [ { "title": "xtoyr", "width": 1280, "height": 720 } ], "security": { "csp": null }, "bundle": { "active": false, "targets": "all", "identifier": "fr.mylloon", "icon": ["icons/icon.png", "icons/icon.ico"] } } }