Use electron version in Chromedriver asset name
This commit is contained in:
parent
c127ce3e46
commit
a0fc5ae63d
3 changed files with 5 additions and 9 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue