AI-Studio/runtime/tauri.conf.json

61 lines
1.4 KiB
JSON
Raw Normal View History

2024-03-28 21:26:48 +00:00
{
"build": {
2026-03-12 15:02:24 +00:00
"frontendDist": "ui/"
2024-03-28 21:26:48 +00:00
},
2026-03-12 15:02:24 +00:00
"bundle": {
"active": true,
"targets": "all",
"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"
2024-03-28 21:26:48 +00:00
},
2026-03-12 15:02:24 +00:00
"productName": "MindWork AI Studio",
"mainBinaryName": "MindWork AI Studio",
"version": "26.2.2",
"identifier": "com.github.mindwork-ai.ai-studio",
"plugins": {
"updater": {
"windows": {
"installMode": "passive"
},
2026-03-12 15:02:24 +00:00
"endpoints": [
"https://github.com/MindWorkAI/AI-Studio/releases/latest/download/latest.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDM3MzE4MTM4RTNDMkM0NEQKUldSTnhNTGpPSUV4TjFkczFxRFJOZWgydzFQN1dmaFlKbXhJS1YyR1RKS1RnR09jYUpMaGsrWXYK"
}
},
"app": {
"withGlobalTauri": false,
2024-03-28 21:26:48 +00:00
"windows": [
{
"fullscreen": false,
"resizable": true,
"title": "MindWork AI Studio",
"width": 1920,
"height": 1080,
2026-03-12 15:02:24 +00:00
"dragDropEnabled": true,
"useHttpsScheme": true
2024-03-28 21:26:48 +00:00
}
],
2024-09-07 14:26:04 +00:00
"security": {
2026-03-12 15:02:24 +00:00
"csp": null
2024-03-28 21:26:48 +00:00
}
}
}