diff --git a/src/main/downloadsManager.ts b/src/main/downloadsManager.ts index a9a28c00..d37b6526 100644 --- a/src/main/downloadsManager.ts +++ b/src/main/downloadsManager.ts @@ -476,6 +476,7 @@ export class DownloadsManager extends JsonFileManager { update.totalBytes = total; update.receivedBytes = transferred; update.progress = Math.round(percent); + this.save(APP_UPDATE_KEY, update); this.shouldShowBadge(); } private noUpdateAvailable = () => {