Skip to content

Commit 4ae5e26

Browse files
committed
Include keytar
It seems this actually is used now.
1 parent f228cc9 commit 4ae5e26

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ci/build/build-release.sh

+2-4
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,8 @@ EOF
136136
) > "$VSCODE_OUT_PATH/product.json"
137137

138138
# Use the package.json for the web/remote server. It does not have the right
139-
# version though so pull that from the main package.json. Also remove keytar
140-
# since the web does not rely on it and that removes the dependency on
141-
# libsecret.
142-
jq --slurp '.[0] * {version: .[1].version} | del(.dependencies.keytar)' \
139+
# version though so pull that from the main package.json.
140+
jq --slurp '.[0] * {version: .[1].version}' \
143141
"$VSCODE_SRC_PATH/remote/package.json" \
144142
"$VSCODE_SRC_PATH/package.json" > "$VSCODE_OUT_PATH/package.json"
145143

0 commit comments

Comments
 (0)