Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Commit

Permalink
[update] change channel to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirpathak97 committed Mar 26, 2020
1 parent f7a69b4 commit b0905bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/AutoUpdater.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 :)

0 comments on commit b0905bb

Please sign in to comment.