Files
openhuman/app/src-tauri/tauri.conf.json
T

79 lines
1.8 KiB
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "OpenHuman",
"version": "0.49.31",
"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-core"
],
"createUpdaterArtifacts": false,
"macOS": {
"minimumSystemVersion": "10.15",
"entitlements": "entitlements.sidecar.plist",
"dmg": {
"background": "./images/background-dmg.png"
}
}
},
"plugins": {
"updater": {
"active": false,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEMxRTlFRkFEMjA3NzIwQjMKUldTeklIY2dyZS9wd2I3WDF2TXdqVU52MS92L1RValhhNlhTNW5BYzF0V2VVK0ZmQThjVHBwSysK",
"endpoints": [
"https://github.com/tinyhumansai/openhuman/releases/latest/download/latest.json"
]
},
"deep-link": {
"desktop": {
"schemes": [
"openhuman"
]
}
}
}
}