From 2318f9cc1ed2f69a477d62b3a241db76b2ea6cb5 Mon Sep 17 00:00:00 2001 From: thepoy Date: Thu, 29 Aug 2024 21:19:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6353599..7019f82 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -39,7 +39,13 @@ "plugins": { "updater": { "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDcxQTQ5NDZBNUIyMEVDRTUKUldUbDdDQmJhcFNrY2RYSkpGNUt0U3cvdEozMXJoN2pXeEFBcUQ4YmZMTi9MS2E2YjNQT1pSbTgK", - "endpoints": [] + "endpoints": [ + "https://app.thepoy.cc/lsar/latest-mirror-1.json", + "https://app.thepoy.cc/lsar/latest-mirror-2.json", + "https://app.thepoy.cc/lsar/latest-mirror-3.json", + "https://app.thepoy.cc/lsar/latest-mirror-4.json", + "https://github.com/alley-rs/lsar/releases/latest/download/latest.json" + ] } } }