mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix calling apm under cygwin.
This commit is contained in:
@@ -76,7 +76,7 @@ def update_node_modules():
|
||||
def update_node_modules_for_dir(dirname):
|
||||
with scoped_cwd(dirname):
|
||||
apm = os.path.join(SOURCE_ROOT, 'vendor', 'apm', 'bin', 'apm')
|
||||
subprocess.check_call(['node', apm, 'install'])
|
||||
subprocess.check_call(['node', os.path.relpath(apm), 'install'])
|
||||
|
||||
|
||||
def update_win32_python():
|
||||
|
||||
Reference in New Issue
Block a user