From 49da9100d238790a2cafde313e298fa52c384407 Mon Sep 17 00:00:00 2001 From: TaurusXin Date: Tue, 16 Jul 2024 08:48:22 +0800 Subject: [PATCH] chroe: move info to wails.json --- frontend/components.json | 4 ---- wails.json | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/components.json b/frontend/components.json index 5e95cf6..4e47359 100644 --- a/frontend/components.json +++ b/frontend/components.json @@ -14,9 +14,5 @@ "aliases": { "components": "@/components", "utils": "@/lib/utils" - }, - "info": { - "copyright": "TaurusXin 2024", - "productVersion": "1.2.0" } } \ No newline at end of file diff --git a/wails.json b/wails.json index eef2e3d..d28a81c 100644 --- a/wails.json +++ b/wails.json @@ -9,5 +9,9 @@ "author": { "name": "TaurusXin", "email": "i@taurusxin.com" + }, + "info": { + "copyright": "TaurusXin 2024", + "productVersion": "1.2.0" } }