Files
+1 1e39b0aebd chore(release): backmerge v0.58.16 into main (#4832)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Mega Mind <146339422+M3gA-Mind@users.noreply.github.com>
Co-authored-by: Cyrus Gray <144336577+graycyrus@users.noreply.github.com>
Co-authored-by: oxoxDev <164490987+oxoxDev@users.noreply.github.com>
Co-authored-by: CodeGhost21 <164498022+CodeGhost21@users.noreply.github.com>
Co-authored-by: sanil-23 <sanil@tinyhumans.ai>
Co-authored-by: YellowSnnowmann <167776381+YellowSnnowmann@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: M3gA-Mind <elvin@mahadao.com>
2026-07-13 23:35:26 +04:00

49 lines
1.3 KiB
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "OpenHuman",
"version": "0.58.16",
"identifier": "com.tinyhumansai.openhuman",
"build": {
"beforeDevCommand": "pnpm --filter openhuman-app run dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "pnpm --filter openhuman-app run build:app",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"label": "main",
"title": "OpenHuman",
"width": 390,
"height": 844,
"decorations": true,
"resizable": false
}
],
"security": {
"csp": "default-src 'self' 'unsafe-inline' data: blob: https: wss: ipc: http://ipc.localhost http://127.0.0.1:* http://localhost:*; img-src 'self' data: blob: https:; connect-src 'self' ipc: http://ipc.localhost http://127.0.0.1:* http://localhost:* http: ws://127.0.0.1:* ws://localhost:* ws: https: wss: data: blob:; frame-src 'self' https: data: blob:"
}
},
"bundle": {
"active": true,
"targets": [
"app"
],
"icon": [
"icons/icon.png"
],
"resources": [],
"iOS": {
"minimumSystemVersion": "16.0",
"frameworks": [
"AVFoundation.framework",
"Speech.framework"
],
"developmentTeam": ""
},
"android": {
"minSdkVersion": 24
}
}
}