From 1ff9a6800192501a9ed41268e3368b2bbdd6f61b Mon Sep 17 00:00:00 2001 From: neoapps-dev Date: Wed, 8 Apr 2026 11:31:18 +0300 Subject: [PATCH] fix: window title --- src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a682e55..f7cca6c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.tauri.app/config/2", - "productName": "Emerald Legacy Launcher", + "productName": "LCE Emerald Launcher", "version": "1.0.1", "identifier": "com.emerald.legacy", "build": { @@ -13,7 +13,7 @@ "windows": [ { "label": "main", - "title": "Emerald Legacy Launcher", + "title": "LCE Emerald Launcher", "width": 1280, "height": 720, "minWidth": 1280,