2026-08-12 10:29:00 +08:00
|
|
|
{
|
|
|
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
|
|
|
"productName": "HoloLake",
|
2026-08-17 00:51:56 +08:00
|
|
|
"version": "0.4.1",
|
2026-08-12 10:29:00 +08:00
|
|
|
"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'"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-08-17 00:59:55 +08:00
|
|
|
"plugins": {
|
|
|
|
|
"updater": {
|
|
|
|
|
"endpoints": [
|
|
|
|
|
"https://guanghulab.com/hololake/releases/latest.json"
|
|
|
|
|
],
|
|
|
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDEzQkYzRTQ5QTE2MEFDMzEKUldReHJHQ2hTVDYvRTZNNDVqZDUxLzRZMmxuT1pSM2Q5RTRZbzRCZUZ0d0FxVVNidGJ0dUQyMnoK"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-08-12 10:29:00 +08:00
|
|
|
"bundle": {
|
|
|
|
|
"active": true,
|
|
|
|
|
"targets": "all",
|
2026-08-15 15:02:35 +08:00
|
|
|
"icon": [
|
2026-08-16 00:58:16 +08:00
|
|
|
"icons/icon.icns",
|
2026-08-17 14:01:01 +08:00
|
|
|
"icons/icon.png",
|
|
|
|
|
"icons/icon.ico"
|
2026-08-15 15:02:35 +08:00
|
|
|
],
|
2026-08-17 00:51:56 +08:00
|
|
|
"createUpdaterArtifacts": true,
|
2026-08-16 00:58:16 +08:00
|
|
|
"category": "Productivity",
|
|
|
|
|
"macOS": {
|
|
|
|
|
"signingIdentity": "Developer ID Application: bei sun (825A9L3G7Q)"
|
|
|
|
|
}
|
2026-08-12 10:29:00 +08:00
|
|
|
}
|
|
|
|
|
}
|