fix: wrong url

This commit is contained in:
NoCrypt 2024-08-06 15:02:12 +07:00
parent 260dd146e8
commit fcc0ddf255

View file

@ -37,7 +37,7 @@ export default class Updater {
this.torrentWindow.close()
autoUpdater.quitAndInstall(true, forceRunAfter)
})
if (process.platform === 'darwin') shell.openExternal('https://miru.watch/download')
if (process.platform === 'darwin') shell.openExternal('https://github.com/NoCrypt/migu/releases/latest')
this.hasUpdate = false
return true
}