Skip to content

Commit

Permalink
chore: update app id
Browse files Browse the repository at this point in the history
  • Loading branch information
Bin-Huang committed Sep 20, 2024
1 parent 25ec7fc commit 79df3fd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 4 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xyz.chatboxapp.app",
"productName": "xyz.chatboxapp.app",
"name": "xyz.chatboxapp.ce",
"productName": "xyz.chatboxapp.ce",
"version": "0.0.1",
"license": "GPL-3.0 license",
"description": "A desktop client for multiple cutting-edge AI models",
Expand Down Expand Up @@ -188,8 +188,8 @@
]
},
"build": {
"productName": "Chatbox",
"appId": "xyz.chatboxapp.app",
"productName": "Chatbox CE",
"appId": "xyz.chatboxapp.ce",
"asar": true,
"asarUnpack": "**\\*.{node,dll}",
"files": [
Expand Down Expand Up @@ -277,12 +277,6 @@
"./assets/**"
],
"publish": [
{
"provider": "s3",
"bucket": "chatbox",
"endpoint": "https://323943171e765db4cc94a7f640e57cb0.r2.cloudflarestorage.com",
"path": "/releases"
},
{
"provider": "github",
"owner": "Bin-Huang",
Expand Down
4 changes: 2 additions & 2 deletions release/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xyz.chatboxapp.app",
"productName": "xyz.chatboxapp.app",
"name": "xyz.chatboxapp.ce",
"productName": "xyz.chatboxapp.ce",
"version": "0.10.0",
"description": "A desktop client for multiple cutting-edge AI models",
"author": {
Expand Down

0 comments on commit 79df3fd

Please sign in to comment.