diff --git a/package-lock.json b/package-lock.json index a9c59ae0..35c01c7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "xyz.chatboxapp.app", + "name": "xyz.chatboxapp.ce", "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "xyz.chatboxapp.app", + "name": "xyz.chatboxapp.ce", "version": "0.0.1", "hasInstallScript": true, "license": "GPL-3.0 license", diff --git a/package.json b/package.json index 6708b34a..6d273afd 100644 --- a/package.json +++ b/package.json @@ -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", @@ -188,8 +188,8 @@ ] }, "build": { - "productName": "Chatbox", - "appId": "xyz.chatboxapp.app", + "productName": "Chatbox CE", + "appId": "xyz.chatboxapp.ce", "asar": true, "asarUnpack": "**\\*.{node,dll}", "files": [ @@ -277,12 +277,6 @@ "./assets/**" ], "publish": [ - { - "provider": "s3", - "bucket": "chatbox", - "endpoint": "https://323943171e765db4cc94a7f640e57cb0.r2.cloudflarestorage.com", - "path": "/releases" - }, { "provider": "github", "owner": "Bin-Huang", diff --git a/release/app/package-lock.json b/release/app/package-lock.json index 38199a6d..7257c3d4 100644 --- a/release/app/package-lock.json +++ b/release/app/package-lock.json @@ -1,11 +1,11 @@ { - "name": "xyz.chatboxapp.app", + "name": "xyz.chatboxapp.ce", "version": "0.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "xyz.chatboxapp.app", + "name": "xyz.chatboxapp.ce", "version": "0.10.0", "hasInstallScript": true } diff --git a/release/app/package.json b/release/app/package.json index 7710970f..51f7e3da 100644 --- a/release/app/package.json +++ b/release/app/package.json @@ -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": {