Skip to content

Commit a5200f1

Browse files
committed
Updates electron-updater to 6.3.9
1 parent a94d646 commit a5200f1

3 files changed

Lines changed: 19 additions & 19 deletions

File tree

desktop/package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
"commander": "^8.0.0",
206206
"d3": "^7.8.2",
207207
"decode-uri-component": "^0.2.1",
208-
"electron-updater": "^4.3.8",
208+
"electron-updater": "^6.3.9",
209209
"element-resize-detector": "^1.2.1",
210210
"extract-zip": "^1.6.7",
211211
"focus-visible": "^4.1.5",

desktop/src/@batch-flask/electron/auto-update/auto-update-main.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class AutoUpdateMainService extends AutoUpdateService implements OnDestro
5555

5656
this.updateReady = this._status.pipe(map(x => x === UpdateStatus.Ready));
5757

58-
autoUpdater.on("checking-for-update", (info) => {
58+
autoUpdater.on("checking-for-update", () => {
5959
this._status.next(UpdateStatus.Checking);
6060
});
6161

0 commit comments

Comments
 (0)