Don't include icons Makefile when packaging

This commit is contained in:
Pierre Ossman 2017-12-09 14:14:23 +01:00
parent be7b4e88f0
commit d584c5f624
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ const no_copy_files = new Set([
path.join(paths.vendor, 'sinon.js'),
path.join(paths.vendor, 'browser-es-module-loader'),
path.join(paths.vendor, 'promise.js'),
path.join(paths.app, 'images', 'icons', 'Makefile'),
]);
const no_transform_files = new Set([