mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Use electron version in Chromedriver asset name
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user