{ "$schema": "../node_modules/@tauri-apps/cli/schema.json", "build": { "beforeBuildCommand": "yarn build", "beforeDevCommand": "yarn start", "devPath": "http://localhost:3000", "distDir": "../build" }, "package": { "productName": "tangsengdaodao", "version": "../package.json" }, "tauri": { "allowlist": { "all": true }, "bundle": { "active": true, "category": "DeveloperTool", "copyright": "", "deb": { "depends": [] }, "externalBin": [], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "identifier": "com.tsdaodao.im", "longDescription": "", "macOS": { "entitlements": null, "exceptionDomain": "", "frameworks": [], "providerShortName": null, "signingIdentity": null }, "resources": [], "shortDescription": "", "targets": "all", "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "", "wix": { "language": "zh-CN" } } }, "security": { "csp": null }, "windows": [ { "fullscreen": false, "height": 800, "resizable": true, "title": "唐僧叨叨", "width": 1200 } ], "updater": { "active": true, "endpoints": [ "https://api.botgate.cn/v1/common/updater/{{target}}/{{current_version}}" ], "dialog": false, "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEQyOTBCMTNGNDczQTEzREIKUldUYkV6cEhQN0dRMGd2MWkzdUNMTmlhRXVWbXluamlDSUlVajFWK0p5YXAwanJDREhyajJNclIK" } } }