Skip to content

Commit

Permalink
Revert "Remove auto-updater"
Browse files Browse the repository at this point in the history
This reverts commit 76a49cb.
  • Loading branch information
nthouliss committed Mar 30, 2023
1 parent 53dd841 commit 6479cd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ const createWindow = (): void => {
});

saveWindowBounds(mainWindow);

if (app.isPackaged) {
runAutoUpdate(mainWindow);
}
};

const spoofUserAgent = () => {
Expand Down

0 comments on commit 6479cd7

Please sign in to comment.