Update more download URLs from atom-shell to electron

This commit is contained in:
Kevin Sawicki 2016-11-04 16:13:39 -07:00
parent a1a07aed44
commit 36ee417d3b
13 changed files with 26 additions and 26 deletions

View file

@ -2,7 +2,7 @@ var app = require('electron').app
var fs = require('fs')
var request = require('request')
var TARGET_URL = 'https://atom.io/download/atom-shell/index.json'
var TARGET_URL = 'https://atom.io/download/electron/index.json'
function getDate () {
var today = new Date()