fix(1.66): update patches & linux workflow (#1027)

This commit is contained in:
Baptiste Augrain
2022-03-31 10:46:32 +02:00
committed by GitHub
parent 3208188249
commit 7ee4f2f735
5 changed files with 181 additions and 263 deletions

View File

@@ -1,9 +1,9 @@
diff --git a/build/gulpfile.vscode.win32.js b/build/gulpfile.vscode.win32.js
index 1a73ae9..1b87189 100644
index 81ba509..59041e2 100644
--- a/build/gulpfile.vscode.win32.js
+++ b/build/gulpfile.vscode.win32.js
@@ -126,7 +126,7 @@ defineWin32SetupTasks('arm64', 'user');
@@ -137,7 +137,7 @@ defineWin32SetupTasks('arm64', 'user');
*/
function archiveWin32Setup(arch) {
return cb => {
- const args = ['a', '-tzip', zipPath(arch), '-x!CodeSignSummary*.md', '.', '-r'];