Commit 1e8d476 1 parent be48346 commit 1e8d476 Copy full SHA for 1e8d476
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
"license" : " mit" ,
5
5
"scripts" : {
6
6
"dev" : " next dev" ,
7
- "build" : " next build" ,
7
+ "build" : " cross-env BUILD_MODE=standalone next build" ,
8
8
"start" : " next start" ,
9
9
"lint" : " next lint" ,
10
10
"export" : " cross-env BUILD_MODE=export BUILD_APP=1 yarn build" ,
Original file line number Diff line number Diff line change 8
8
"withGlobalTauri" : true
9
9
},
10
10
"package" : {
11
- "productName" : " chatgpt-next-web " ,
12
- "version" : " 2.8.5 "
11
+ "productName" : " ChatGPT Next Web " ,
12
+ "version" : " 2.8.6 "
13
13
},
14
14
"tauri" : {
15
15
"allowlist" : {
85
85
"updater" : {
86
86
"active" : true ,
87
87
"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"
89
89
],
90
90
"dialog" : false ,
91
91
"windows" : {
You can’t perform that action at this time.
0 commit comments