We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 616d9b8 + b95d7b0 commit 3498928Copy full SHA for 3498928
src/auto-updater/electron-main/auto-updater.service.ts
@@ -128,6 +128,7 @@ export class AutoUpdaterService {
128
129
init() {
130
if (this.#initialized) return
131
+ this.#initialized = true
132
autoUpdater.autoDownload = false
133
autoUpdater.disableDifferentialDownload = true
134
autoUpdater.logger = this.logger;
0 commit comments