fix: app check available update (#4751)
This commit is contained in:
parent
aa26e45c22
commit
b849fcb493
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user