diff --git a/electron/updater.js b/electron/updater.js index df74fffab6e..2dc301eabba 100644 --- a/electron/updater.js +++ b/electron/updater.js @@ -59,8 +59,8 @@ class ZapUpdater { configure(settings) { Object.assign(this.settings, settings) - autoUpdater.allowDowngrade = false autoUpdater.channel = this.settings.channel + autoUpdater.allowDowngrade = false } /**