From 5bc0c898b35397f83da9af74cd86f7a195e72b80 Mon Sep 17 00:00:00 2001 From: Vomitblood Date: Sun, 10 Nov 2024 22:50:08 +0800 Subject: [PATCH] updated binary names --- client/src-tauri/tauri.conf.json | 2 +- client/src/pages/_app.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src-tauri/tauri.conf.json b/client/src-tauri/tauri.conf.json index 9bda982..d4582ce 100644 --- a/client/src-tauri/tauri.conf.json +++ b/client/src-tauri/tauri.conf.json @@ -53,7 +53,7 @@ ] }, "identifier": "com.cspj.application", - "mainBinaryName": "stort", + "mainBinaryName": "CSPJ Application", "productName": "cspj", "version": "0.1.0" } \ No newline at end of file diff --git a/client/src/pages/_app.tsx b/client/src/pages/_app.tsx index 3783f3d..a688f32 100644 --- a/client/src/pages/_app.tsx +++ b/client/src/pages/_app.tsx @@ -18,7 +18,7 @@ export default function MyApp(props: MyAppProps) { return ( - Stort + CSPJ Application