From b0905bbdedef5f13f2753dd8ecafa611d733e022 Mon Sep 17 00:00:00 2001 From: Mihir Pathak Date: Thu, 26 Mar 2020 14:41:38 +0530 Subject: [PATCH] [update] change channel to beta --- src/modules/AutoUpdater.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/AutoUpdater.js b/src/modules/AutoUpdater.js index dd68892..ceef3c4 100644 --- a/src/modules/AutoUpdater.js +++ b/src/modules/AutoUpdater.js @@ -13,7 +13,7 @@ var log = require('electron-log') * Refer electron-builder docs */ log.info('[AutoUpdater.js] Checking for updates') -autoUpdater.channel = 'alpha' +autoUpdater.channel = 'beta' autoUpdater.checkForUpdatesAndNotify() // Done in two lines :)