diff --git a/index.html b/index.html index 902d51d..e6881c0 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Terminal + XCTerminal
diff --git a/package.json b/package.json index 3d2b124..947500a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@xcopencodweb/terminal", + "name": "xcterminal", "version": "1.0.0", "private": true, "type": "module", @@ -41,8 +41,8 @@ "vite": "^7.1.2" }, "build": { - "appId": "com.xcopencodweb.terminal", - "productName": "XCCMD Terminal", + "appId": "com.xcterminal", + "productName": "XCTerminal", "directories": { "output": "release" },