at master 15 lines 424 B view raw
1diff --git i/src/main/index.ts w/src/main/index.ts 2index 23ea0d6..1ef465f 100644 3--- i/src/main/index.ts 4+++ w/src/main/index.ts 5@@ -22,7 +22,9 @@ import { isDeckGameMode } from "./utils/steamOS"; 6 7 if (!IS_DEV) { 8- autoUpdater.checkForUpdatesAndNotify(); 9+ console.log("Update checking is disabled. Skipping..."); 10+ // autoUpdater.checkForUpdatesAndNotify(); 11+ 12 } 13 14 console.log("Equibop v" + app.getVersion()); 15