diff --git a/src/main/main.ts b/src/main/main.ts
index ad2a34238004ffc81ed842f7bf37d6f745473d70..a3f1bd57e4f4c2ebd7a85fc0ee5fdd05b0bf9d31 100644
--- a/src/main/main.ts
+++ b/src/main/main.ts
@@ -166,7 +166,7 @@ const createWindow = async () => {
 
   // Remove this if your app does not use auto updates
   // eslint-disable-next-line
-  //new AppUpdater();
+  new AppUpdater();
 };
 
 const appAboutOptions = {