Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
release 1.20.3: fix updater download link
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBrick committed Oct 1, 2023
1 parent 70b5e57 commit 5cd2e78
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5cd2e78

Please sign in to comment.