From a587c3441c4bd198aed7eb6c6214d0cc824c45a7 Mon Sep 17 00:00:00 2001 From: ali asaria <ali.asaria@gmail.com> Date: Fri, 1 Mar 2024 12:36:08 -0500 Subject: [PATCH] does this one line change turn on autoupdate? --- src/main/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/main.ts b/src/main/main.ts index ad2a3423..a3f1bd57 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 = { -- GitLab