fix: don't package resources/inspector in dist.zip (#19193)

This commit is contained in:
Milan Burda
2019-07-11 10:19:00 +02:00
committed by Cheng Zhao
parent a2f68c1e57
commit 3e6cd062a7

View File

@@ -17,6 +17,9 @@ PATHS_TO_SKIP = [
# //chrome/browser/resources/ssl/ssl_error_assistant, but we don't need to
# ship it.
'pyproto',
# https://github.com/electron/electron/issues/19075
'resources/inspector',
]
def skip_path(dep, dist_zip, target_cpu):