kunkun/apps/desktop/src-tauri/tauri.macos.conf.json

21 lines
296 B
JSON

{
"identifier": "sh.kunkun.desktop",
"app": {
"windows": [
{
"hiddenTitle": true,
"url": "/app",
"title": "Kunkun",
"width": 800,
"visible": false,
"height": 600
},
{
"url": "/splashscreen",
"visible": false,
"label": "splashscreen"
}
]
}
}