{ "$schema": "https://schema.tauri.app/config/2", "productName": "ATBackup", "version": "0.1.4", "identifier": "ATBackup", "build": { "beforeDevCommand": "bun run dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "bun run build", "frontendDist": "../dist" }, "app": { "windows": [ { "title": "ATBackup", "width": 800, "height": 600, "decorations": false, "label": "main", "devtools": true } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": [ "deb", "rpm", "msi", "dmg" ], "linux": { "rpm": { "compression": { "type": "zstd", "level": 1 } } }, "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "createUpdaterArtifacts": true, "macOS": { "signingIdentity": "-" } }, "plugins": { "deep-link": { "desktop": { "schemes": [ "atprotobackups" ] } }, "updater": { "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDU2Njg2QTE3N0I2NTI0QUEKUldTcUpHVjdGMnBvVnFNWWE4TkdDQlp2eFo2RUZVVmp4b1IxbGdvS3JHOWd1dkRvQm1MdWsvZ1gK", "endpoints": [ "https://github.com/Turtlepaw/atproto-backup/releases/latest/download/latest.json" ] } } }