Skip to content

Commit 1e8d476

Browse files
committed
fix: tauri auto updater url
1 parent be48346 commit 1e8d476

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "mit",
55
"scripts": {
66
"dev": "next dev",
7-
"build": "next build",
7+
"build": "cross-env BUILD_MODE=standalone next build",
88
"start": "next start",
99
"lint": "next lint",
1010
"export": "cross-env BUILD_MODE=export BUILD_APP=1 yarn build",

src-tauri/tauri.conf.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"withGlobalTauri": true
99
},
1010
"package": {
11-
"productName": "chatgpt-next-web",
12-
"version": "2.8.5"
11+
"productName": "ChatGPT Next Web",
12+
"version": "2.8.6"
1313
},
1414
"tauri": {
1515
"allowlist": {
@@ -85,7 +85,7 @@
8585
"updater": {
8686
"active": true,
8787
"endpoints": [
88-
"https://github.com/Yidadaa/ChatGPT-Next-Web/releases/download/{{current_version}}/latest.json"
88+
"https://github.com/Yidadaa/ChatGPT-Next-Web/releases/latest/download/latest.json"
8989
],
9090
"dialog": false,
9191
"windows": {

0 commit comments

Comments
 (0)