mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	fix: tauri auto updater url
This commit is contained in:
		@@ -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",
 | 
			
		||||
 
 | 
			
		||||
@@ -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": {
 | 
			
		||||
@@ -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": {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user