{ "$schema": "../../../tooling/cli/schema.json", "build": { "distDir": [], "devPath": [] }, "tauri": { "bundle": { "active": true, "targets": "all", "identifier": "com.tauri.updater", "icon": [ "../../../examples/.icons/32x32.png", "../../../examples/.icons/128x128.png", "../../../examples/.icons/128x128@2x.png", "../../../examples/.icons/icon.icns", "../../../examples/.icons/icon.ico" ], "category": "DeveloperTool", "windows": { "wix": { "skipWebviewInstall": true } } }, "allowlist": { "all": false }, "updater": { "active": true, "dialog": false, "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDE5QzMxNjYwNTM5OEUwNTgKUldSWTRKaFRZQmJER1h4d1ZMYVA3dnluSjdpN2RmMldJR09hUFFlZDY0SlFqckkvRUJhZDJVZXAK", "endpoints": [ "http://localhost:3007" ], "windows": { "installMode": "quiet" } } } }