From 31291cf587ea235946db0349c07a0c23b9377b45 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Wed, 1 May 2024 08:17:51 +0900 Subject: [PATCH] Update URL for new version download in update.ts --- src/ts/update.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/update.ts b/src/ts/update.ts index ae1bd677..bec07ff7 100644 --- a/src/ts/update.ts +++ b/src/ts/update.ts @@ -32,7 +32,7 @@ export async function checkUpdate(){ if(appVerNum < nextVer){ const conf = await alertConfirm(language.newVersion) if(conf){ - open("https://github.com/kwaroran/RisuAI-release/releases/latest") + open("https://risuai.net/?page=download") } else{ db = get(DataBase)