Files
nixpkgs/pkgs/by-name/eq/equibop/disable_update_checking.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
424 B
Diff
Raw Normal View History

2025-10-09 14:15:47 +02:00
diff --git i/src/main/index.ts w/src/main/index.ts
index 23ea0d6..1ef465f 100644
--- i/src/main/index.ts
+++ w/src/main/index.ts
@@ -22,7 +22,9 @@ import { isDeckGameMode } from "./utils/steamOS";
if (!IS_DEV) {
- autoUpdater.checkForUpdatesAndNotify();
+ console.log("Update checking is disabled. Skipping...");
+ // autoUpdater.checkForUpdatesAndNotify();
+
}
console.log("Equibop v" + app.getVersion());