提交 94c38e09 编写于 作者: J Joao Moreno

update distro

上级 74fab50d
...@@ -48,7 +48,6 @@ gulp.task('mixin', function () { ...@@ -48,7 +48,6 @@ gulp.task('mixin', function () {
.pipe(util.rebase(1)); .pipe(util.rebase(1));
if (quality) { if (quality) {
const build = all.pipe(filter('build/**'));
const productJsonFilter = filter('product.json', { restore: true }); const productJsonFilter = filter('product.json', { restore: true });
const arch = process.env.VSCODE_ELECTRON_PLATFORM || process.arch; const arch = process.env.VSCODE_ELECTRON_PLATFORM || process.arch;
...@@ -73,7 +72,7 @@ gulp.task('mixin', function () { ...@@ -73,7 +72,7 @@ gulp.task('mixin', function () {
})) }))
.pipe(productJsonFilter.restore); .pipe(productJsonFilter.restore);
all = es.merge(build, mixin); all = es.merge(mixin);
} }
return all return all
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "code-oss-dev", "name": "code-oss-dev",
"version": "1.13.0", "version": "1.13.0",
"electronVersion": "1.6.6", "electronVersion": "1.6.6",
"distro": "299457aa71fc00d449a7d85f18289203a14065ef", "distro": "f47ad59ab4e6bfa34219867471d8b282a2cde33b",
"author": { "author": {
"name": "Microsoft Corporation" "name": "Microsoft Corporation"
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册