{ "$schema": "https://schema.tauri.app/config/2", "productName": "codeg", "version": "0.8.9", "identifier": "app.codeg", "build": { "beforeDevCommand": "pnpm dev", "devUrl": "http://localhost:3000", "beforeBuildCommand": "pnpm build", "frontendDist": "../out" }, "app": { "windows": [], "security": { "csp": null } }, "bundle": { "active": true, "createUpdaterArtifacts": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "resources": { "../out": "web/" } }, "plugins": { "updater": { "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDQ4OEM3NkMyMTVENjdBODgKUldTSWV0WVZ3bmFNU0NnSzhpdFg2bXFmMHFidWd1eWpuZ2Y2WmU5QmVXdWVrU0ZpOCt2dnd6WW4K", "endpoints": [ "https://github.com/xintaofei/codeg/releases/latest/download/latest.json" ], "windows": { "installMode": "passive" } } } }