{ "build": { "devPath": "https://fr01.ragestudio.net:8000", "distDir": "../dist" }, "package": { "productName": "Comty", "version": "0.1.0" }, "tauri": { "allowlist": { "all": true, "window": { "all": true, "close": true, "hide": true, "show": true, "maximize": true, "minimize": true, "unmaximize": true, "unminimize": true, "startDragging": 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": "com.ragestudio.comty", "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": false }, "windows": [ { "title": "Comty", "titleBarStyle": "Overlay", "hiddenTitle": true, "decorations": true, "fullscreen": false, "width": 1280, "height": 720, "resizable": true, "center": true } ] } }