From b849fcb493055feabdd59fb92bab7255ae74fd4b Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Thu, 27 Feb 2025 11:28:15 +0700 Subject: [PATCH] fix: app check available update (#4751) --- electron/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/main.ts b/electron/main.ts index 42d16bb74..128270bf4 100644 --- a/electron/main.ts +++ b/electron/main.ts @@ -85,9 +85,9 @@ app .then(setupExtensions) .then(setupMenu) .then(handleIPCs) - .then(handleAppUpdates) .then(() => process.env.CI !== 'e2e' && createQuickAskWindow()) .then(createMainWindow) + .then(handleAppUpdates) .then(registerGlobalShortcuts) .then(() => { if (!app.isPackaged) {