feat: prepare the fork for merging

This commit is contained in:
JellyBrick
2023-10-07 11:56:04 +09:00
parent 8acfabf9f8
commit b2c27b9fdb
6 changed files with 20 additions and 35 deletions

View File

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