diff --git a/src/main.ts b/src/main.ts index 051e5016a..453513f67 100644 --- a/src/main.ts +++ b/src/main.ts @@ -396,8 +396,8 @@ app.on('ready', () => { }, fifteenMinutes) autoUpdater.on('error', (error) => { - console.error('updater-error', error) - mainWindow?.webContents.send('updater-error', error) + console.error('update-error', error) + mainWindow?.webContents.send('update-error', error) }) autoUpdater.on('update-available', (info) => {