Skip to content

Commit 660cf75

Browse files
authored
FIX: revert laucher update (#2257)
1 parent 3e9f9c6 commit 660cf75

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

launcher/src/background.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,12 +1023,8 @@ app.on("ready", async () => {
10231023

10241024
// Checks for Updates installs them and restarts the app
10251025
// If no updates are available it will start the app with createWindow()
1026-
// check autoupdate is enabled, if not check for updates
1027-
const storedConfig = await storageService.readConfig();
1028-
if (storedConfig.autoUpdate !== true) {
1029-
stereumUpdater.checkForUpdates();
1030-
//stereumUpdater.runDebug();
1031-
}
1026+
stereumUpdater.checkForUpdates();
1027+
//stereumUpdater.runDebug();
10321028
}
10331029
}
10341030
});

0 commit comments

Comments
 (0)