Update URL for new version download in update.ts

This commit is contained in:
kwaroran
2024-05-01 08:17:51 +09:00
parent 6650f2a74e
commit 31291cf587

View File

@@ -32,7 +32,7 @@ export async function checkUpdate(){
if(appVerNum < nextVer){ if(appVerNum < nextVer){
const conf = await alertConfirm(language.newVersion) const conf = await alertConfirm(language.newVersion)
if(conf){ if(conf){
open("https://github.com/kwaroran/RisuAI-release/releases/latest") open("https://risuai.net/?page=download")
} }
else{ else{
db = get(DataBase) db = get(DataBase)