From d58075ae2c702c707540f9f6078c351697c71f07 Mon Sep 17 00:00:00 2001 From: yezhichao <651778286@qq.com> Date: Thu, 2 Dec 2021 13:34:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b4769c8..3f622f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "vite-electron-typescript-template", - "description": "vite-electron-typescript-template", + "name": "gnss-tool-kit", + "description": "gnss-tool-kit", "author": "hwasmart", "version": "0.0.0", "main": "dist/main/app.js", @@ -36,7 +36,7 @@ "vite": "^2.0.5" }, "build": { - "appId": "hwasmart.id", + "appId": "gnsstoolkit.bd.hwasmart.com", "mac": { "category": "hwasmart.app.category.type" },