Fix bisect-builds script on Windows
https://crrev.com/1136163 deleted a fairly important line by accident. Bug: None Change-Id: I91ea10d6d7eecac737086adaa864f1d82f701a7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4529485 Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Auto-Submit: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1144579}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
fa2d839111
commit
29af39511d
@ -158,6 +158,7 @@ class PathContext(object):
|
||||
# below where these are patched.
|
||||
self.archive_name = 'chrome-win32.zip'
|
||||
self._archive_extract_dir = 'chrome-win32'
|
||||
self._binary_name = 'chrome.exe'
|
||||
elif self.platform in ('android', 'android64'):
|
||||
self._binary_name = 'apks/ChromePublic.apk'
|
||||
self.archive_name = 'chrome-android.zip'
|
||||
|
Reference in New Issue
Block a user