add auto-update production settings

This commit is contained in:
Guillermo Rauch 2016-07-06 22:30:58 -07:00
parent a5b805cf66
commit e7c6978200

View file

@ -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) => {