提交 180aff26 编写于 作者: J Joao Moreno

fix license

上级 466e69b8
...@@ -308,7 +308,7 @@ function packageTask(platform, arch, sourceFolderName, destinationFolderName, op ...@@ -308,7 +308,7 @@ function packageTask(platform, arch, sourceFolderName, destinationFolderName, op
const productJsonStream = gulp.src(['product.json'], { base: '.' }) const productJsonStream = gulp.src(['product.json'], { base: '.' })
.pipe(json(productJsonUpdate)); .pipe(json(productJsonUpdate));
const license = gulp.src(['LICENSES.chromium.html', 'LICENSE.txt', 'ThirdPartyNotices.txt', 'licenses/**'], { base: '.', allowEmpty: true }); const license = gulp.src(['LICENSES.chromium.html', product.licenseFileName, 'ThirdPartyNotices.txt'], { base: '.', allowEmpty: true });
// TODO the API should be copied to `out` during compile, not here // TODO the API should be copied to `out` during compile, not here
const api = gulp.src('src/vs/vscode.d.ts').pipe(rename('out/vs/vscode.d.ts')); const api = gulp.src('src/vs/vscode.d.ts').pipe(rename('out/vs/vscode.d.ts'));
......
{ {
"name": "code-oss-dev", "name": "code-oss-dev",
"version": "1.33.0", "version": "1.33.0",
"distro": "3dfd693162a1a4c42af4ccd471c49c930d45785e", "distro": "44b1ed5c65855e3a917543d93f5916a822882a2a",
"author": { "author": {
"name": "Microsoft Corporation" "name": "Microsoft Corporation"
}, },
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
"win32ShellNameShort": "C&ode - OSS", "win32ShellNameShort": "C&ode - OSS",
"darwinBundleIdentifier": "com.visualstudio.code.oss", "darwinBundleIdentifier": "com.visualstudio.code.oss",
"linuxIconName": "com.visualstudio.code.oss", "linuxIconName": "com.visualstudio.code.oss",
"licenseFileName": "LICENSE.txt",
"reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new", "reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
"urlProtocol": "code-oss", "urlProtocol": "code-oss",
"extensionAllowedProposedApi": [ "extensionAllowedProposedApi": [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册