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'],

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "youtube-music",
"version": "1.20.2",
"version": "1.20.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "youtube-music",
"version": "1.20.2",
"version": "1.20.3",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@ -1,15 +1,15 @@
{
"name": "youtube-music",
"productName": "YouTube Music",
"version": "1.20.2",
"version": "1.20.3",
"description": "YouTube Music Desktop App - including custom plugins",
"main": "./dist/index.js",
"license": "MIT",
"repository": "organization/youtube-music-next",
"author": {
"name": "th-ch",
"email": "th-ch@users.noreply.github.com",
"url": "https://github.com/th-ch/youtube-music"
"name": "organization",
"email": "organization@users.noreply.github.com",
"url": "https://github.com/organization/youtube-music-next"
},
"build": {
"appId": "com.github.th-ch.youtube-music",