Skip to content
This repository was archived by the owner on Oct 26, 2025. It is now read-only.

Commit f661ba3

Browse files
IliasIlias
authored andcommitted
Fix issue in auto updater
1 parent 9ff3f1c commit f661ba3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

public/electron.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ app.on("window-all-closed", () => {
4747
});
4848

4949
app.on("ready", () => {
50-
autoUpdater.checkForUpdatesAndNotify();
5150
if (process.platform === "win32") {
5251
mb = new BrowserWindow({
5352
width: 290,

0 commit comments

Comments
 (0)