Commit 8b45d2e2 authored by Joshua Pawlicki's avatar Joshua Pawlicki Committed by Commit Bot

Make Mac updater uploads non-optional

I've confirmed that the uploads are coming through.

Bug: 1024318
Change-Id: I69015590c02cbbe722ab9e91a90574aa76d7f356
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2022621
Auto-Submit: Joshua Pawlicki <waffles@chromium.org>
Reviewed-by: default avatarRobert Sesek <rsesek@chromium.org>
Commit-Queue: Joshua Pawlicki <waffles@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735457}
parent b6a993ea
...@@ -134,18 +134,15 @@ FILES = [ ...@@ -134,18 +134,15 @@ FILES = [
'filename': 'GoogleUpdate.app', 'filename': 'GoogleUpdate.app',
'buildtype': ['official'], 'buildtype': ['official'],
'archive': 'updater.zip', 'archive': 'updater.zip',
'optional': ['official'], # TODO(crbug.com/1024318): Make non-optional.
}, },
{ {
'filename': 'updater_setup', 'filename': 'updater_setup',
'buildtype': ['official'], 'buildtype': ['official'],
'archive': 'updater.zip', 'archive': 'updater.zip',
'optional': ['official'], # TODO(crbug.com/1024318): Make non-optional.
}, },
{ {
'filename': 'chrome/updater/.install.sh', 'filename': 'chrome/updater/.install.sh',
'buildtype': ['official'], 'buildtype': ['official'],
'archive': 'updater.zip', 'archive': 'updater.zip',
'optional': ['official'], # TODO(crbug.com/1024318): Make non-optional.
}, },
] ]
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