hololake-system-architecture/product-source/hololake-platform/src-tauri/tauri.team.conf.json

22 lines
543 B
JSON

{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "HoloLake Lighthouse Team Beta 0.2.0",
"identifier": "com.guanghulab.hololake.team-foundation",
"build": {
"beforeBuildCommand": "npm run build:team-foundation"
},
"app": {
"windows": [
{
"title": "HoloLake Lighthouse Team Beta 0.2.0",
"width": 1280,
"height": 820,
"minWidth": 760,
"minHeight": 560
}
]
},
"bundle": {
"resources": ["resources/public-architecture/**/*"]
}
}