Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AthanaD authored Dec 30, 2023
1 parent e900a8d commit fe780e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "./",
"main": "electron/index.cjs",
"author": "Devin <devinglaw@gmail.com>",
"description": "Play and chat smarter with BetterChatGPT - an amazing open-source web app with a better UI for exploring OpenAI's ChatGPT API!",
"description": "Play and chat smarter with DevinChatGPT - an amazing open-source web app with a Devin UI for exploring OpenAI's ChatGPT API!",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -16,8 +16,8 @@
"make": "yarn build && electron-builder"
},
"build": {
"appId": "better-chatgpt",
"productName": "Better ChatGPT",
"appId": "Devin-chatgpt",
"productName": "Devin ChatGPT",
"artifactName": "${os}-${name}-${version}-${arch}.${ext}",
"directories": {
"output": "release"
Expand Down

0 comments on commit fe780e2

Please sign in to comment.