Don't use third party dependency in default_app.

This commit is contained in:
Cheng Zhao 2014-08-25 19:11:26 +08:00
parent 1beeda170c
commit c81a4bcafc
3 changed files with 18 additions and 10 deletions

View file

@ -22,7 +22,6 @@ def main():
enable_verbose_execute()
update_submodules()
update_node_modules('.')
update_atom_modules('atom/browser/default_app')
update_atom_modules('spec')
bootstrap_brightray(args.url)
if sys.platform == 'cygwin':