13 lines
569 B
Diff
13 lines
569 B
Diff
diff --git a/build/gulpfile.vscode.win32.js b/build/gulpfile.vscode.win32.js
|
|
index 81ba509..59041e2 100644
|
|
--- a/build/gulpfile.vscode.win32.js
|
|
+++ b/build/gulpfile.vscode.win32.js
|
|
@@ -137,7 +137,7 @@ defineWin32SetupTasks('arm64', 'user');
|
|
*/
|
|
function archiveWin32Setup(arch) {
|
|
return cb => {
|
|
- const args = ['a', '-tzip', zipPath(arch), '-x!CodeSignSummary*.md', '.', '-r'];
|
|
+ const args = ['a', '-tzip', zipPath(arch), '-x!CodeSignSummary*.md', '-x!tools', '.', '-r'];
|
|
|
|
cp.spawn(_7z, args, { stdio: 'inherit', cwd: buildPath(arch) })
|
|
.on('error', cb)
|