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,33 @@
|
|||
{
|
||||
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
||||
"productName": "HoloLake Era",
|
||||
"identifier": "com.guanghulab.hololake",
|
||||
"build": {
|
||||
"beforeDevCommand": "pnpm dev",
|
||||
"beforeBuildCommand": "pnpm build"
|
||||
},
|
||||
"app": {
|
||||
"macOSPrivateApi": true,
|
||||
"windows": [
|
||||
{
|
||||
"title": "HoloLake Era",
|
||||
"width": 430,
|
||||
"height": 932,
|
||||
"minWidth": 320,
|
||||
"minHeight": 568,
|
||||
"resizable": true,
|
||||
"fullscreen": false,
|
||||
"backgroundColor": "#11161A",
|
||||
"dragDropEnabled": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"targets": ["app"],
|
||||
"resources": {},
|
||||
"iOS": {
|
||||
"minimumSystemVersion": "15.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue