Skip to content

Commit 354455b

Browse files
author
Benjamin Pasero
committed
add LICENSES.chromium.html to build
1 parent b40a3b4 commit 354455b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/gulpfile.vscode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function packageTask(platform, arch, opts) {
186186
const productJsonStream = gulp.src(['product.json'], { base: '.' })
187187
.pipe(json({ commit, date }));
188188

189-
const license = gulp.src(['Credits_*', 'LICENSE.txt', 'ThirdPartyNotices.txt', 'licenses/**'], { base: '.' });
189+
const license = gulp.src(['LICENSES.chromium.html', 'LICENSE.txt', 'ThirdPartyNotices.txt', 'licenses/**'], { base: '.' });
190190

191191
// TODO the API should be copied to `out` during compile, not here
192192
const api = gulp.src('src/vs/vscode.d.ts').pipe(rename('out/vs/vscode.d.ts'));

0 commit comments

Comments
 (0)