Commit a025ad91 authored by Yusuf Sengul's avatar Yusuf Sengul Committed by Commit Bot

Fix extension name left over from testing

Bug: 1143303
Change-Id: I10f7945a2a933b430ba4374b6e318a67f2b7d0ca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522127Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Reviewed-by: default avatarYusuf Sengul <yusufsn@google.com>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#824705}
parent 04b59285
......@@ -168,7 +168,10 @@ def main():
# Move the executable into a subfolder as there needs to be only one
# executable in the parent folder.
subprocess.check_call(rn_cmd +
['gcpw_extension', os.path.join('extension', 'gcpw_extension.exe')],
[
'gcpw_extension.exe',
os.path.join('extension', 'gcpw_extension.exe')
],
stdout=output_file)
except subprocess.CalledProcessError as e:
print(e.output)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment