{ "$schema": "https://schema.tauri.app/config/2", "productName": "OpenHuman", "version": "0.49.23", "identifier": "com.openhuman.app", "build": { "beforeDevCommand": "npm run core:stage && npm run dev", "devUrl": "http://localhost:1420", "beforeBuildCommand": "npm run build:app && npm run core:stage", "frontendDist": "../dist" }, "app": { "windows": [ { "label": "main", "title": "OpenHuman", "width": 800, "height": 720, "visible": false, "decorations": true, "resizable": true, "center": true } ], "security": { "csp": null }, "macOSPrivateApi": true }, "bundle": { "active": true, "targets": [ "app", "dmg", "deb", "nsis", "msi", "appimage" ], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" ], "resources": [ "../../src/openhuman/agent/prompts" ], "externalBin": [ "binaries/openhuman" ], "createUpdaterArtifacts": true, "macOS": { "minimumSystemVersion": "10.15", "entitlements": "entitlements.sidecar.plist", "dmg": { "background": "./images/background-dmg.png" } } }, "plugins": { "updater": { "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDA1NkI1NEQzNjVDMjA0NDgKUldSSUJNSmwwMVJyQmJCTnQrQWxPSmhZQmVyWU1NMXdwRlRCSHR0ZEdlbkRncCtpQnhaZU5rUEQK", "endpoints": [ "https://github.com/tinyhumansai/openhuman/releases/latest/download/latest.json" ] }, "deep-link": { "desktop": { "schemes": [ "openhuman" ] } } } }