mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-19 23:52:06 +00:00
fix: wrong url
This commit is contained in:
parent
260dd146e8
commit
fcc0ddf255
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue