2026-01-04 05:19:47 +05:00
|
|
|
{
|
|
|
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
|
|
|
"productName": "jarvis-app",
|
2026-04-27 20:38:26 +03:00
|
|
|
"version": "0.4.1",
|
2026-01-04 05:19:47 +05:00
|
|
|
"identifier": "com.priler.jarvis",
|
|
|
|
|
"build": {
|
|
|
|
|
"beforeDevCommand": "npm run dev",
|
|
|
|
|
"beforeBuildCommand": "npm run build",
|
|
|
|
|
"devUrl": "http://localhost:1420",
|
2026-01-07 23:29:46 +05:00
|
|
|
"frontendDist": "../../frontend/dist/client"
|
2026-01-04 05:19:47 +05:00
|
|
|
},
|
|
|
|
|
"app": {
|
|
|
|
|
"withGlobalTauri": false,
|
|
|
|
|
"security": {
|
|
|
|
|
"csp": null
|
|
|
|
|
},
|
|
|
|
|
"windows": [
|
|
|
|
|
{
|
|
|
|
|
"fullscreen": false,
|
|
|
|
|
"resizable": false,
|
|
|
|
|
"title": "Jarvis Voice Assistant",
|
|
|
|
|
"width": 550,
|
2026-01-07 05:04:04 +05:00
|
|
|
"height": 800
|
2026-01-04 05:19:47 +05:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"bundle": {
|
|
|
|
|
"active": true,
|
|
|
|
|
"icon": [
|
|
|
|
|
"../../resources/icons/32x32.png",
|
|
|
|
|
"../../resources/icons/128x128.png",
|
|
|
|
|
"../../resources/icons/128x128@2x.png",
|
|
|
|
|
"../../resources/icons/icon.icns",
|
|
|
|
|
"../../resources/icons/icon.ico"
|
|
|
|
|
],
|
|
|
|
|
"targets": "all",
|
|
|
|
|
"resources": {
|
2026-01-07 23:29:46 +05:00
|
|
|
"../../resources/commands": "resources/commands",
|
|
|
|
|
"../../resources/sound": "resources/sound",
|
|
|
|
|
"../../resources/rustpotter": "resources/rustpotter",
|
|
|
|
|
"../../resources/vosk": "resources/vosk",
|
|
|
|
|
"../../resources/keywords": "resources/keywords"
|
2026-01-04 05:19:47 +05:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|