diff --git a/src/main/ipc.ts b/src/main/ipc.ts index 45e9d7b72d..842b952da3 100644 --- a/src/main/ipc.ts +++ b/src/main/ipc.ts @@ -200,7 +200,7 @@ export function registerIpc(mainWindow: BrowserWindow, app: Electron.App) { // check for update ipcMain.handle(IpcChannel.App_CheckForUpdate, async () => { - await appUpdater.checkForUpdates() + return await appUpdater.checkForUpdates() }) // notification