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

@ -186,7 +186,7 @@ def update_electron_modules(dirname, target_arch):
env = os.environ.copy()
env['npm_config_arch'] = target_arch
env['npm_config_target'] = get_electron_version()
env['npm_config_disturl'] = 'https://atom.io/download/atom-shell'
env['npm_config_disturl'] = 'https://atom.io/download/electron'
update_node_modules(dirname, env)