hololake-system-architecture/product-source/hololake-native-desktop/src-tauri/tauri.conf.json
冰朔 dd1375f089 merge: star-abyss canonical main + language persona chat workbench
正向合并修正:main(f8c8db4 星渊编号验证正版基座)为体,
并入实例1的语言人格频道真聊天(persona_language_channel 直连命令+API发现)、
执行手脚训练运行时、标准工作台双投影层(人类界面/执行界面)与公告版本中心。
版本 0.9.1。修正 2026-08-20 桌面 0.9.0 误从 8-17 旧基线构建的合并错误。
2026-08-20 11:56:38 +08:00

49 lines
No EOL
1.3 KiB
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "HoloLake",
"version": "0.9.1",
"identifier": "world.guanghu.hololake",
"build": {
"frontendDist": "../dist",
"devUrl": "http://127.0.0.1:5210",
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build"
},
"app": {
"windows": [
{
"label": "main",
"title": "HoloLake",
"width": 1180,
"height": 760,
"minWidth": 760,
"minHeight": 520
}
],
"security": {
"csp": "default-src 'self'; connect-src 'self' ipc: http://ipc.localhost; img-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self'"
}
},
"plugins": {
"updater": {
"endpoints": [
"https://guanghulab.com/hololake/releases/latest.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDEzQkYzRTQ5QTE2MEFDMzEKUldReHJHQ2hTVDYvRTZNNDVqZDUxLzRZMmxuT1pSM2Q5RTRZbzRCZUZ0d0FxVVNidGJ0dUQyMnoK"
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/icon.icns",
"icons/icon.png",
"icons/icon.ico"
],
"createUpdaterArtifacts": true,
"category": "Productivity",
"macOS": {
"signingIdentity": "Developer ID Application: bei sun (825A9L3G7Q)"
}
}
}