1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-25 03:32:54 +01:00

add other platform configs

This commit is contained in:
Puyodead1 2023-09-15 17:19:26 -04:00
parent 38fbee9619
commit 963bf24d69
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC
4 changed files with 58 additions and 1 deletions

View File

@ -94,5 +94,5 @@
"tauri:android:build": "tauri android build"
},
"type": "module",
"version": "0.1.0"
"version": "0.1.1"
}

View File

@ -0,0 +1,13 @@
{
"tauri": {
"windows": [
{
"fullscreen": false,
"resizable": true,
"title": "Spacebar",
"maximized": true,
"label": "main"
}
]
}
}

View File

@ -0,0 +1,22 @@
{
"tauri": {
"windows": [
{
"width": 400,
"height": 200,
"decorations": false,
"center": true,
"url": "splashscreen.html",
"label": "splashscreen"
},
{
"fullscreen": false,
"resizable": true,
"title": "Spacebar",
"maximized": true,
"visible": false,
"label": "main"
}
]
}
}

View File

@ -0,0 +1,22 @@
{
"tauri": {
"windows": [
{
"width": 400,
"height": 200,
"decorations": false,
"center": true,
"url": "splashscreen.html",
"label": "splashscreen"
},
{
"fullscreen": false,
"resizable": true,
"title": "Spacebar",
"maximized": true,
"visible": false,
"label": "main"
}
]
}
}