mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 07:47:23 +01:00
chore: bump electron@39.5.2 (#294238)
* chore: bump electron@39.5.2 * chore: update checksums * chore: undo bits on macOS * chore: update lockfile * chore: update node.js build * chore: bump distro
This commit is contained in:
@@ -474,7 +474,7 @@ function packageTask(platform: string, arch: string, sourceFolderName: string, d
|
||||
.pipe(util.fixWin32DirectoryPermissions())
|
||||
.pipe(filter(['**', '!**/.github/**'], { dot: true })) // https://github.com/microsoft/vscode/issues/116523
|
||||
.pipe(electron({ ...config, platform, arch: arch === 'armhf' ? 'arm' : arch, ffmpegChromium: false }))
|
||||
.pipe(filter(['**', '!LICENSE', '!version'], { dot: true }));
|
||||
.pipe(filter(['**', '!LICENSE', '!version', ...(platform === 'darwin' ? ['!**/Contents/Applications/**'] : [])], { dot: true }));
|
||||
|
||||
if (platform === 'linux') {
|
||||
result = es.merge(result, gulp.src('resources/completions/bash/code', { base: '.' })
|
||||
|
||||
Reference in New Issue
Block a user