Skip to content

Commit 9d83659

Browse files
committed
fix: remove symlink_asar from build-release step
1 parent 741b834 commit 9d83659

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/build/build-release.sh

-4
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ EOF
9898
# yarn to fetch node_modules if necessary without build scripts running.
9999
# We cannot use --no-scripts because we still want dependent package scripts to run.
100100
jq 'del(.scripts)' < "$VSCODE_SRC_PATH/package.json" > "$VSCODE_OUT_PATH/package.json"
101-
102-
pushd "$VSCODE_OUT_PATH"
103-
symlink_asar
104-
popd
105101
}
106102

107103
main "$@"

0 commit comments

Comments
 (0)