AI-Studio/runtime/tauri.conf.json
2026-05-08 09:31:39 +02:00

72 lines
1.5 KiB
JSON

{
"productName": "MindWork AI Studio",
"mainBinaryName": "MindWork AI Studio",
"version": "26.5.2",
"identifier": "com.github.mindwork-ai.ai-studio",
"build": {
"frontendDist": "ui/"
},
"bundle": {
"active": true,
"targets": [
"appimage",
"app",
"dmg",
"nsis"
],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"externalBin": [
"../app/MindWork AI Studio/bin/dist/mindworkAIStudioServer",
"target/databases/qdrant/qdrant"
],
"resources": [
"resources/databases/qdrant/config.yaml",
"resources/libraries/*"
],
"macOS": {
"exceptionDomain": "localhost"
},
"createUpdaterArtifacts": "v1Compatible"
},
"plugins": {
"updater": {
"windows": {
"installMode": "passive"
},
"endpoints": [
"https://github.com/MindWorkAI/AI-Studio/releases/download/v26.5.3/latest.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDM3MzE4MTM4RTNDMkM0NEQKUldSTnhNTGpPSUV4TjFkczFxRFJOZWgydzFQN1dmaFlKbXhJS1YyR1RKS1RnR09jYUpMaGsrWXYK"
}
},
"app": {
"withGlobalTauri": false,
"windows": [
{
"fullscreen": false,
"resizable": true,
"title": "MindWork AI Studio",
"width": 1920,
"height": 1080,
"dragDropEnabled": true,
"useHttpsScheme": true
}
],
"security": {
"csp": null
}
}
}