mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Upgrade node to fix failed call to LoadLibrary
This commit is contained in:
@@ -21,18 +21,18 @@ def main():
|
||||
args = parse_args()
|
||||
if args.verbose:
|
||||
enable_verbose_mode()
|
||||
update_submodules()
|
||||
update_node_modules('.')
|
||||
update_atom_modules('spec')
|
||||
bootstrap_brightray(args.url)
|
||||
if sys.platform == 'cygwin':
|
||||
update_win32_python()
|
||||
update_submodules()
|
||||
update_node_modules('.')
|
||||
bootstrap_brightray(args.url)
|
||||
if sys.platform in ['win32', 'cygwin']:
|
||||
install_runas()
|
||||
|
||||
create_chrome_version_h()
|
||||
touch_config_gypi()
|
||||
update_atom_shell()
|
||||
update_atom_modules('spec')
|
||||
|
||||
|
||||
def parse_args():
|
||||
|
||||
2
vendor/node
vendored
2
vendor/node
vendored
Submodule vendor/node updated: c8a1feaf57...296b2c198b
Reference in New Issue
Block a user