diff --git a/README.md b/README.md index 7eb7294d..18e0156f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Cherry AI +# Cherry Studio -Cherry AI is a desktop client for multiple cutting-edge LLM models, available on Windows, Mac and Linux. +Cherry Studio is a desktop client for multiple cutting-edge LLM models, available on Windows, Mac and Linux. ## Recommended IDE Setup diff --git a/electron-builder.yml b/electron-builder.yml index 7d23ede8..5b4a96a6 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -1,5 +1,5 @@ -appId: com.cherry-ai.app -productName: Cherry AI +appId: com.cherry-studio.app +productName: Cherry Studio directories: buildResources: build files: diff --git a/src/renderer/index.html b/src/renderer/index.html index 79267a30..252a5183 100644 --- a/src/renderer/index.html +++ b/src/renderer/index.html @@ -2,7 +2,7 @@ - Cherry AI + Cherry Studio { - Cherry AI v0.1.0 + Cherry Studio v0.1.0 ) } diff --git a/src/renderer/src/init.ts b/src/renderer/src/init.ts index 75b03a04..8e9670a0 100644 --- a/src/renderer/src/init.ts +++ b/src/renderer/src/init.ts @@ -6,7 +6,7 @@ function init() { name: 'CherryAI', version: 1.0, storeName: 'cherryai', - description: 'Cherry AI storage' + description: 'Cherry Studio storage' }) }