From 94c38e09f8a5ecb98b6aec0b9f74defdbb0e1d24 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Mon, 15 May 2017 16:01:09 +0200 Subject: [PATCH] update distro --- build/gulpfile.mixin.js | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/build/gulpfile.mixin.js b/build/gulpfile.mixin.js index 0a80a8a0337..5c62226deda 100644 --- a/build/gulpfile.mixin.js +++ b/build/gulpfile.mixin.js @@ -48,7 +48,6 @@ gulp.task('mixin', function () { .pipe(util.rebase(1)); if (quality) { - const build = all.pipe(filter('build/**')); const productJsonFilter = filter('product.json', { restore: true }); const arch = process.env.VSCODE_ELECTRON_PLATFORM || process.arch; @@ -73,7 +72,7 @@ gulp.task('mixin', function () { })) .pipe(productJsonFilter.restore); - all = es.merge(build, mixin); + all = es.merge(mixin); } return all diff --git a/package.json b/package.json index 17b69cfc392..80d6acf5c85 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "code-oss-dev", "version": "1.13.0", "electronVersion": "1.6.6", - "distro": "299457aa71fc00d449a7d85f18289203a14065ef", + "distro": "f47ad59ab4e6bfa34219867471d8b282a2cde33b", "author": { "name": "Microsoft Corporation" },