Skip to content

Commit

Permalink
switch back to chromedriver2_server for v0.8 (before renaming)
Browse files Browse the repository at this point in the history
  • Loading branch information
libm committed May 20, 2014
1 parent 61ffe9a commit a73a6bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/package_binaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ def generate_target_chromedriver(platform_name, arch, version):
target['compress'] = 'zip'
# Input
if platform_name == 'win':
target['input'] = ['chromedriver.exe']
target['input'] = ['chromedriver2_server.exe']
else:
target['input'] = ['chromedriver']
target['input'] = ['chromedriver2_server']
target['folder'] = True # always create a folder
return target

Expand Down

0 comments on commit a73a6bb

Please sign in to comment.