{ "$schema": "../node_modules/@tauri-apps/cli/schema.json", "build": { "beforeBuildCommand": "pnpm svelte:build", "beforeDevCommand": "pnpm svelte:dev", "devPath": "http://localhost:5173", "distDir": "../build" }, "package": { "productName": "svelte-tauri", "version": "0.2.2" }, "tauri": { "allowlist": { "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": "starter.svelte-tauri", "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, "windows": { "installMode": "passive" }, "endpoints": [ "https://github.com/Fractal-Tess/Svelte-Tauri/releases/latest/download/latest.json" ], "dialog": true, "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IENFOThEODY5RUUwOEZERgpSV1RmaitDZWhvM3BETFZ2R0dKYmE1ems2MXlJMnhvMmhkazJ0NGlwbUg0SWlCVmp1ZW1WcVNuKwo=" }, "windows": [ { "title": "Svelte-Tauri", "width": 900, "height": 600, "fullscreen": false, "transparent": true, "decorations": false } ] } }