fix node-vsce-sign (#164253)

* update distro

* add vsce-sign to asar

* filter node-vsce-sign

* update distro
This commit is contained in:
Sandeep Somavarapu
2022-10-21 17:25:36 +02:00
committed by GitHub
parent 6e6fb6de2a
commit c1ac223c69
3 changed files with 8 additions and 2 deletions

View File

@@ -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/**

View File

@@ -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(

View File

@@ -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"
}
}
}