Skip to content

Commit

Permalink
remove error for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
hannydevelop committed Dec 31, 2023
1 parent 7fb7c2e commit dfb5999
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main/updater.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ function check() {
return log.info("downloading update");
});
autoUpdater.on("update-downloaded", function (_arg4) {
if (progressWindow) progressWindow.close();

dialog.showMessageBox({
type: 'info',
title: 'Update Ready',
Expand Down

0 comments on commit dfb5999

Please sign in to comment.