diff --git a/src/main/base/utils.ts b/src/main/base/utils.ts index 25216580..98dc3a65 100644 --- a/src/main/base/utils.ts +++ b/src/main/base/utils.ts @@ -158,6 +158,6 @@ export class utils { log.transports.file.level = "debug" autoUpdater.logger = log - await autoUpdater.checkForUpdate() + await autoUpdater.checkForUpdatesAndNotify() } -} \ No newline at end of file +}