From 9dc207f81c949a7e295d109abd234302dd2a3c84 Mon Sep 17 00:00:00 2001 From: Yakumo Hokori Date: Sun, 13 Jul 2025 00:43:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8C=85=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index ceeb780..9f5ad3d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -2,7 +2,7 @@ "$schema": "https://schema.tauri.app/config/2", "productName": "tms_tools", "version": "0.1.0", - "identifier": "com.tms_tools.app", + "identifier": "com.tms-tools.app", "build": { "beforeDevCommand": "pnpm dev", "devUrl": "http://localhost:1420",