From 1c5534ad362fefc32881bffd9255a2bb768201a6 Mon Sep 17 00:00:00 2001 From: Tunglies <77394545+Tunglies@users.noreply.github.com> Date: Thu, 11 Sep 2025 17:14:49 +0800 Subject: [PATCH] fix: remove deprecated updater for alpha endpoints in tauri configuration --- src-tauri/tauri.conf.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d736e38c8..747e9909a 100755 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -33,10 +33,7 @@ "endpoints": [ "https://download.clashverge.dev/https://github.com/clash-verge-rev/clash-verge-rev/releases/download/updater/update-proxy.json", "https://gh-proxy.com/https://github.com/clash-verge-rev/clash-verge-rev/releases/download/updater/update-proxy.json", - "https://github.com/clash-verge-rev/clash-verge-rev/releases/download/updater/update.json", - "https://download.clashverge.dev/https://github.com/clash-verge-rev/clash-verge-rev/releases/download/updater-alpha/update-alpha-proxy.json", - "https://gh-proxy.com/https://github.com/clash-verge-rev/clash-verge-rev/releases/download/updater-alpha/update-alpha-proxy.json", - "https://github.com/clash-verge-rev/clash-verge-rev/releases/download/updater-alpha/update-alpha.json" + "https://github.com/clash-verge-rev/clash-verge-rev/releases/download/updater/update.json" ], "windows": { "installMode": "basicUi"