Skip to content

Commit

Permalink
fix: tauri auto updater url
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa committed Jun 29, 2023
1 parent be48346 commit 1e8d476
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "mit",
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "cross-env BUILD_MODE=standalone next build",
"start": "next start",
"lint": "next lint",
"export": "cross-env BUILD_MODE=export BUILD_APP=1 yarn build",
Expand Down
6 changes: 3 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"withGlobalTauri": true
},
"package": {
"productName": "chatgpt-next-web",
"version": "2.8.5"
"productName": "ChatGPT Next Web",
"version": "2.8.6"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -85,7 +85,7 @@
"updater": {
"active": true,
"endpoints": [
"https://github.com/Yidadaa/ChatGPT-Next-Web/releases/download/{{current_version}}/latest.json"
"https://github.com/Yidadaa/ChatGPT-Next-Web/releases/latest/download/latest.json"
],
"dialog": false,
"windows": {
Expand Down

0 comments on commit 1e8d476

Please sign in to comment.