mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Add missing 'v' in some places
This commit is contained in:
@@ -163,7 +163,7 @@ def atom_gyp():
|
||||
|
||||
|
||||
def get_atom_shell_version():
|
||||
return atom_gyp()['version%']
|
||||
return 'v' + atom_gyp()['version%']
|
||||
|
||||
|
||||
def get_chromedriver_version():
|
||||
|
||||
Reference in New Issue
Block a user