From c1ac223c699e06bc45dd13cdee88fe73f44e11cd Mon Sep 17 00:00:00 2001 From: Sandeep Somavarapu Date: Fri, 21 Oct 2022 17:25:36 +0200 Subject: [PATCH] fix node-vsce-sign (#164253) * update distro * add vsce-sign to asar * filter node-vsce-sign * update distro --- build/.moduleignore | 5 +++++ build/gulpfile.vscode.js | 1 + package.json | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build/.moduleignore b/build/.moduleignore index 438f9b575d1..1a1461b2330 100644 --- a/build/.moduleignore +++ b/build/.moduleignore @@ -48,6 +48,11 @@ native-watchdog/build/** native-watchdog/src/** !native-watchdog/build/Release/*.node +node-vsce-sign/** +!node-vsce-sign/src/main.js +!node-vsce-sign/package.json +!node-vsce-sign/bin/** + spdlog/binding.gyp spdlog/build/** spdlog/deps/** diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js index b6d3523d8b5..3e099471a34 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -276,6 +276,7 @@ function packageTask(platform, arch, sourceFolderName, destinationFolderName, op '**/node-pty/lib/worker/conoutSocketWorker.js', '**/node-pty/lib/shared/conout.js', '**/*.wasm', + '**/node-vsce-sign/bin/*', ], 'node_modules.asar')); let all = es.merge( diff --git a/package.json b/package.json index 54a8af24160..d25a0870807 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-oss-dev", "version": "1.73.0", - "distro": "4c6fae38e1505ef82ecaa4afc0237e3a5335c9af", + "distro": "8b662eef9d11353c60c0745050c14dfd4918733e", "author": { "name": "Microsoft Corporation" }, @@ -237,4 +237,4 @@ "elliptic": "^6.5.3", "nwmatcher": "^1.4.4" } -} +} \ No newline at end of file