Skip to content

Commit

Permalink
Bump version to 0.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBrick committed Oct 28, 2023
1 parent e034a74 commit 34ba7d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alspotron",
"version": "0.16.3",
"version": "0.16.4",
"description": "Alspotron is a lyric viewer for YouTube Music / Spotify.",
"main": "./dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/Application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class Application {
}) as () => void)
.on('completed', () => {
updateProgressBar.detail = getTranslation('updater.popup.download-completed', config().language);
autoUpdater.quitAndInstall(false);
autoUpdater.quitAndInstall(true, true);
});

autoUpdater.on('download-progress', (it: ProgressInfo) => {
Expand Down

0 comments on commit 34ba7d0

Please sign in to comment.