[ui] wait for server, rename to softlan-launcher

This commit is contained in:
2024-11-15 12:29:16 +01:00
parent 1dd25f682b
commit 56c1eb0167
2 changed files with 9 additions and 3 deletions

View File

@ -1,8 +1,8 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "lanspread-tauri-deno-ts",
"productName": "softlan-launcher",
"version": "0.1.0",
"identifier": "com.lanspread-tauri-deno-ts.app",
"identifier": "com.softlan-launcher.app",
"build": {
"beforeDevCommand": "deno task dev",
"devUrl": "http://localhost:1420",
@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "lanspread-tauri-deno-ts",
"title": "softlan-launcher",
"width": 1526,
"height": 1120
}