mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
70 lines
1.6 KiB
JSON
70 lines
1.6 KiB
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "OpenHuman",
|
|
"version": "0.49.18",
|
|
"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": "all",
|
|
"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",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|