1diff --git a/src/main/index.ts b/src/main/index.ts
2index 37fd471..d0a9e56 100644
3--- a/src/main/index.ts
4+++ b/src/main/index.ts
5@@ -18,7 +18,6 @@ import { Settings, State } from "./settings";
6 import { isDeckGameMode } from "./utils/steamOS";
7
8 if (!IS_DEV) {
9- autoUpdater.checkForUpdatesAndNotify();
10 }
11
12 console.log("Vesktop v" + app.getVersion());