2026-09-03 15:35:33 +08:00
{
"$schema" : "https://schema.tauri.app/config/2" ,
"productName" : "HoloLake" ,
2026-09-03 21:33:32 +08:00
"version" : "1.2.0" ,
2026-09-03 15:35:33 +08:00
"identifier" : "world.guanghu.hololake" ,
"build" : { "frontendDist" : "../dist" , "devUrl" : "http://127.0.0.1:5211" , "beforeDevCommand" : "npm run dev" , "beforeBuildCommand" : "npm run build" } ,
"app" : {
"windows" : [ { "label" : "main" , "title" : "HoloLake" , "width" : 1320 , "height" : 860 , "minWidth" : 760 , "minHeight" : 560 , "center" : true } ] ,
"security" : { "csp" : "default-src 'self'; connect-src 'self' ipc: http://ipc.localhost https://guanghulab.com; img-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self'" }
} ,
"plugins" : { "updater" : { "endpoints" : [ "https://guanghulab.com/hololake/releases/latest.json" ] , "pubkey" : "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDEzQkYzRTQ5QTE2MEFDMzEKUldReHJHQ2hTVDYvRTZNNDVqZDUxLzRZMmxuT1pSM2Q5RTRZbzRCZUZ0d0FxVVNidGJ0dUQyMnoK" } } ,
2026-09-03 19:44:19 +08:00
"bundle" : { "active" : true , "targets" : [ "app" , "dmg" ] , "createUpdaterArtifacts" : true , "category" : "Productivity" , "icon" : [ "icons/icon.icns" , "icons/icon.png" , "icons/icon.ico" ] , "resources" : { "../connectors/hololake-glp-client.py" : "connectors/hololake-glp-client.py" } , "macOS" : { "signingIdentity" : "Developer ID Application: bei sun (825A9L3G7Q)" } }
2026-09-03 15:35:33 +08:00
}