This commit is contained in:
Sky
2024-11-19 00:37:46 +00:00
parent e0e5549c8b
commit 3320f46b64
11 changed files with 20 additions and 20 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -1983,7 +1983,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
[[package]]
name = "nextchat"
name = "revochat"
version = "0.1.0"
dependencies = [
"bytes",

View File

@@ -1,11 +1,11 @@
[package]
name = "nextchat"
name = "revochat"
version = "0.1.0"
description = "A cross platform app for LLM ChatBot."
authors = ["Yidadaa"]
license = "mit"
repository = ""
default-run = "nextchat"
default-run = "revochat"
edition = "2021"
rust-version = "1.60"

View File

@@ -8,7 +8,7 @@
"withGlobalTauri": true
},
"package": {
"productName": "NextChat",
"productName": "revochat",
"version": "2.15.8"
},
"tauri": {
@@ -73,7 +73,7 @@
"icons/icon.ico"
],
"identifier": "com.yida.chatgpt.next.web",
"longDescription": "NextChat is a cross-platform ChatGPT client, including Web/Win/Linux/OSX/PWA.",
"longDescription": "RevoChat is a cross-platform ChatGPT client, including Web/Win/Linux/OSX/PWA.",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
@@ -82,7 +82,7 @@
"signingIdentity": null
},
"resources": [],
"shortDescription": "NextChat App",
"shortDescription": "RevoChat App",
"targets": "all",
"windows": {
"certificateThumbprint": null,
@@ -110,7 +110,7 @@
"fullscreen": false,
"height": 600,
"resizable": true,
"title": "NextChat",
"title": "RevoChat",
"width": 960,
"hiddenTitle": true,
"titleBarStyle": "Overlay"