atom_shell -> electron

This commit is contained in:
Kevin Sawicki 2016-05-24 10:27:46 -07:00
parent 7e209dd982
commit 94c8b0e1b1
8 changed files with 60 additions and 60 deletions

View file

@ -187,7 +187,7 @@ def atom_gyp():
return obj['variables']
def get_atom_shell_version():
def get_electron_version():
return 'v' + atom_gyp()['version%']