From 3f72fd0376fbec858a88c92e11e973557b7dbe9f Mon Sep 17 00:00:00 2001 From: Samuel Walker Date: Sun, 23 Jun 2024 19:46:15 -0700 Subject: [PATCH] Changed name --- FCLauncher/src-tauri/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FCLauncher/src-tauri/tauri.conf.json b/FCLauncher/src-tauri/tauri.conf.json index 727dd50..fb0dbaa 100644 --- a/FCLauncher/src-tauri/tauri.conf.json +++ b/FCLauncher/src-tauri/tauri.conf.json @@ -5,7 +5,7 @@ "withGlobalTauri": true }, "package": { - "productName": "fclauncher", + "productName": "FCLauncher", "version": "0.0.0" }, "tauri": { @@ -22,7 +22,7 @@ }, "windows": [ { - "title": "fclauncher", + "title": "FCLauncher", "width": 1280, "height": 720 }