{ "$schema": "https://schema.tauri.app/config/2", "productName": "gitea-desktop", "version": "0.1.0", "identifier": "co.sirblob.gitea-desktop", "build": { "beforeDevCommand": "bun run dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "bun run build", "frontendDist": "../build" }, "app": { "windows": [ { "title": "gitea-desktop", "width": 1200, "height": 800, "decorations": false, "transparent": false } ], "security": { "csp": null } }, "plugins": { "updater": { "active": true, "endpoints": [ "https://git.sirblob.co/SirBlob/Gitea-Desktop/releases/latest/download/latest.json" ], "dialog": true, "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDQzNkEzQURGNEE5QUFGQ0QKUldUTnI1cEszenBxUXlWUE1INjR6RGdtSlUvSUMyaTNxZjBteDI4T0d5WWRaNm5HODFNbDN0SG4K" } }, "bundle": { "active": true, "targets": "all", "icon": ["icons/favicon.png", "icons/favicon.ico"] } }