From f569989fef145aa4579c5497c85f63395ca919af Mon Sep 17 00:00:00 2001 From: estel <690930@qq.com> Date: Fri, 22 Aug 2025 15:23:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a0e4fb9..2c67ea7 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -31,14 +31,14 @@ "beforeDevCommand": "pnpm dev", "devUrl": "http://localhost:3000" }, - "productName": "Nuxtor", - "version": "1.4.0", + "productName": "PlayTool-Demo", + "version": "1.0.0", "identifier": "com.nicolaspadari.nuxtor", "plugins": {}, "app": { "windows": [ { - "title": "Nuxtor", + "title": "PlayTool-Demo", "width": 1366, "height": 768, "minWidth": 800,