mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Move our watermark to resources so that distro can pick it up (#30256)
* move watermark to resources folder
* add to build
* 💄
* update distro
* update distro
This commit is contained in:
@@ -283,6 +283,8 @@ function packageTask(platform, arch, opts) {
|
||||
|
||||
const license = gulp.src(['LICENSES.chromium.html', 'LICENSE.txt', 'ThirdPartyNotices.txt', 'licenses/**'], { base: '.' });
|
||||
|
||||
const watermark = gulp.src(['resources/letterpress.svg', 'resources/letterpress-dark.svg', 'resources/letterpress-hc.svg'], { base: '.' });
|
||||
|
||||
// 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'));
|
||||
|
||||
@@ -306,6 +308,7 @@ function packageTask(platform, arch, opts) {
|
||||
packageJsonStream,
|
||||
productJsonStream,
|
||||
license,
|
||||
watermark,
|
||||
api,
|
||||
sources,
|
||||
deps
|
||||
|
||||
Reference in New Issue
Block a user