Update more download URLs from atom-shell to electron
This commit is contained in:
parent
a1a07aed44
commit
36ee417d3b
13 changed files with 26 additions and 26 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue