Update URL for new version download in update.ts
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user