From e7c6978200148729ff0027c7a7c3e76e54c47d4b Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Wed, 6 Jul 2016 22:30:58 -0700 Subject: [PATCH] add auto-update production settings --- auto-updater.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/auto-updater.js b/auto-updater.js index ef16ee8d..9d220635 100644 --- a/auto-updater.js +++ b/auto-updater.js @@ -1,8 +1,7 @@ const { autoUpdater, dialog } = require('electron'); -// const { version } = require('./package'); -const version = '0.3.0'; // to force update available +const { version } = require('./package'); -const FEED_URL = 'https://nuts-serve-nxchetcjig.now.sh/update/osx'; +const FEED_URL = 'https://hyperterm-updates.now.sh/update/osx'; module.exports = function AutoUpdater (rpc) { autoUpdater.on('error', (err, msg) => {