20 lines
458 B
JSON
20 lines
458 B
JSON
|
|
{
|
||
|
|
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
||
|
|
"productName": "HoloLake Era Team Foundation",
|
||
|
|
"identifier": "com.guanghulab.hololake.team-foundation",
|
||
|
|
"build": {
|
||
|
|
"beforeBuildCommand": "npm run build:team-foundation"
|
||
|
|
},
|
||
|
|
"app": {
|
||
|
|
"windows": [
|
||
|
|
{
|
||
|
|
"title": "HoloLake Era · GLS 团队基座",
|
||
|
|
"width": 1280,
|
||
|
|
"height": 820,
|
||
|
|
"minWidth": 760,
|
||
|
|
"minHeight": 560
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|