{ "$schema": "https://schema.tauri.app/config/2", "productName": "DBX", "version": "0.4.0", "identifier": "com.dbx.app", "build": { "frontendDist": "../dist", "devUrl": "http://localhost:1420", "beforeDevCommand": "pnpm dev", "beforeBuildCommand": "pnpm build" }, "app": { "windows": [ { "title": "DBX", "width": 1280, "height": 800, "minWidth": 900, "minHeight": 600, "resizable": true, "fullscreen": false } ], "security": { "csp": null } }, "bundle": { "active": true, "targets": "all", "createUpdaterArtifacts": true, "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ] }, "plugins": { "updater": { "pubkey": "RWTfx7a7FyNPkSgMFBEXIVLl9fJAaOT+ZqH2JSer4CSdfdIBBzawniaC", "endpoints": [ "https://github.com/t8y2/dbx/releases/latest/download/latest.json" ] } } }