Use electron version in Chromedriver asset name

This commit is contained in:
Kevin Sawicki 2017-02-14 10:11:17 -08:00
parent c127ce3e46
commit a0fc5ae63d
3 changed files with 5 additions and 9 deletions

View file

@ -42,9 +42,6 @@ def get_target_arch():
return 'x64'
def get_chromedriver_version():
return 'v2.21'
def get_env_var(name):
value = os.environ.get('ELECTRON_' + name, '')
if not value: