release 1.20.3: fix updater download link

This commit is contained in:
JellyBrick
2023-10-01 12:49:25 +09:00
parent 70b5e579b1
commit 5cd2e78e88
3 changed files with 7 additions and 7 deletions

View File

@ -438,7 +438,7 @@ app.on('ready', () => {
}, 2000);
autoUpdater.on('update-available', () => {
const downloadLink
= 'https://github.com/th-ch/youtube-music/releases/latest';
= 'https://github.com/organization/youtube-music-next/releases/latest';
const dialogOptions: Electron.MessageBoxOptions = {
type: 'info',
buttons: ['OK', 'Download', 'Disable updates'],