{ "$schema": "../node_modules/@tauri-apps/cli/schema.json", "build": { "beforeBuildCommand": "npm run build", "beforeDevCommand": "npm run dev", "frontendDist": "../dist", "devUrl": "http://localhost:5173" }, "bundle": { "active": true, "category": "DeveloperTool", "copyright": "", "targets": "all", "externalBin": [], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "" }, "longDescription": "", "macOS": { "entitlements": null, "exceptionDomain": "", "frameworks": [], "providerShortName": null, "signingIdentity": null }, "resources": [], "shortDescription": "", "linux": { "deb": { "depends": [] } } }, "productName": "wallitor-gui", "mainBinaryName": "wallitor-gui", "version": "0.1.0", "identifier": "com.tauri.dev", "plugins": {}, "app": { "windows": [ { "fullscreen": false, "resizable": true, "title": "wallitor-gui", "transparent": true, "width": 950, "height": 750, "decorations": false } ], "security": { "csp": null } } }