Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
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@@ -32,7 +32,9 @@ if (process.platform === "linux") { 6 if (IS_DEV) { 7 require("source-map-support").install(); 8 } else { 9- autoUpdater.checkForUpdatesAndNotify(); 10+ console.log("Update checking is disabled. Skipping..."); 11+ // autoUpdater.checkForUpdatesAndNotify(); 12+ 13 } 14 15 // Make the Vencord files use our DATA_DIR 16