From 2008f184711f5508694cd7b985558b649b9e3dea Mon Sep 17 00:00:00 2001 From: Christopher Davies Date: Thu, 30 Aug 2018 07:56:18 -0400 Subject: [PATCH] Add the new chromium windows path to the CI "CleanExtraBrowsersTask" --- src/dev/build/tasks/clean_tasks.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dev/build/tasks/clean_tasks.js b/src/dev/build/tasks/clean_tasks.js index a2f2cb07d4af7f..2fa7fb48b0074b 100644 --- a/src/dev/build/tasks/clean_tasks.js +++ b/src/dev/build/tasks/clean_tasks.js @@ -187,6 +187,7 @@ export const CleanExtraBrowsersTask = { if (platforms.windows) { paths.push(phantomPath('phantomjs-*-windows.zip')); paths.push(chromiumPath('chromium-*-win32.zip')); + paths.push(chromiumPath('chromium-*-windows.zip')); } if (platforms.darwin) {