Rewrite update script in python.
This commit is contained in:
parent
6bb3f1bba8
commit
3cc304cbe5
3 changed files with 36 additions and 16 deletions
|
@ -52,8 +52,8 @@ def bootstrap_brightray(url):
|
|||
|
||||
|
||||
def update_atom_shell():
|
||||
update = os.path.join(SOURCE_ROOT, 'script', 'update')
|
||||
subprocess.check_call([update])
|
||||
update = os.path.join(SOURCE_ROOT, 'script', 'update.py')
|
||||
subprocess.check_call([sys.executable, update])
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue