fix: app check available update (#4751)

This commit is contained in:
Faisal Amir 2025-02-27 11:28:15 +07:00 committed by GitHub
parent aa26e45c22
commit b849fcb493
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,9 +85,9 @@ app
.then(setupExtensions) .then(setupExtensions)
.then(setupMenu) .then(setupMenu)
.then(handleIPCs) .then(handleIPCs)
.then(handleAppUpdates)
.then(() => process.env.CI !== 'e2e' && createQuickAskWindow()) .then(() => process.env.CI !== 'e2e' && createQuickAskWindow())
.then(createMainWindow) .then(createMainWindow)
.then(handleAppUpdates)
.then(registerGlobalShortcuts) .then(registerGlobalShortcuts)
.then(() => { .then(() => {
if (!app.isPackaged) { if (!app.isPackaged) {