Skip to content

Commit

Permalink
fix #116523
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Feb 15, 2021
1 parent 88089d3 commit 4d89ae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/gulpfile.vscode.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ function packageTask(platform, arch, sourceFolderName, destinationFolderName, op
let result = all
.pipe(util.skipDirectories())
.pipe(util.fixWin32DirectoryPermissions())
.pipe(filter(['**', '!**/.github/**'], { dot: true })) // https://github.com/microsoft/vscode/issues/116523
.pipe(electron(_.extend({}, config, { platform, arch: arch === 'armhf' ? 'arm' : arch, ffmpegChromium: true })))
.pipe(filter(['**', '!LICENSE', '!LICENSES.chromium.html', '!version'], { dot: true }));

Expand Down

0 comments on commit 4d89ae1

Please sign in to comment.