13 lines
296 B
Diff
13 lines
296 B
Diff
diff --git a/src/main/main.ts b/src/main/main.ts
|
|
index d9413cc..b49e641 100644
|
|
--- a/src/main/main.ts
|
|
+++ b/src/main/main.ts
|
|
@@ -280,7 +280,6 @@ app.whenReady().then(async () => {
|
|
}
|
|
|
|
createMainWindow();
|
|
- autoUpdater.checkForUpdatesAndNotify();
|
|
});
|
|
|
|
app.on("open-file", (_, path) => {
|