feat: publish HoloLake model-native living system source
This commit is contained in:
parent
6ad10edde1
commit
c395dd3a99
2467 changed files with 615073 additions and 0 deletions
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"$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/**/*"]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue