Skip to content

Commit

Permalink
Disabled old auto updater
Browse files Browse the repository at this point in the history
  • Loading branch information
f-r00t committed Aug 3, 2020
1 parent 51e7f18 commit a4b2551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/mainWindow/wallet/autoUpdater.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const arch = os.arch();

export default class AutoUpdater {
getLatestVersion() {
return;
if (process.env.NODE_ENV !== 'development') {
log.debug('Checking for updates...');
const options = {
Expand Down

0 comments on commit a4b2551

Please sign in to comment.