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.
1 parent 42802f7 commit b95d7b0Copy full SHA for b95d7b0
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