mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-03-29 16:49:02 +08: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