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) {