mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Update more download URLs from atom-shell to electron
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user