diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2020-06-15 06:49:59 +0000 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2020-06-15 06:49:59 +0000 |
commit | ec672bef8c3a8295a3fb1c3eaa386dc28f5ae9e3 (patch) | |
tree | aecb6e648921044042f0b78394f33eefdc139c7c /editors/vscode/files/patch-build_gulpfile.vscode.js | |
parent | editors/with-editor: Update to 2.9.3 (diff) |
Update to 1.46.0
Approved by: mentors (implicit)
Changelog: https://code.visualstudio.com/updates/v1_46
Diffstat (limited to '')
-rw-r--r-- | editors/vscode/files/patch-build_gulpfile.vscode.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vscode/files/patch-build_gulpfile.vscode.js b/editors/vscode/files/patch-build_gulpfile.vscode.js index 84d4bdd050e7..8a3e4a29276f 100644 --- a/editors/vscode/files/patch-build_gulpfile.vscode.js +++ b/editors/vscode/files/patch-build_gulpfile.vscode.js @@ -1,6 +1,6 @@ ---- build/gulpfile.vscode.js.orig 2020-04-16 15:59:11 UTC +--- build/gulpfile.vscode.js.orig 2020-06-09 17:02:22 UTC +++ build/gulpfile.vscode.js -@@ -267,7 +267,7 @@ function packageTask(platform, arch, sourceFolderName, +@@ -269,7 +269,7 @@ function packageTask(platform, arch, sourceFolderName, let result = all .pipe(util.skipDirectories()) .pipe(util.fixWin32DirectoryPermissions()) |