Skip to content

Commit 316c3aa

Browse files
authored
Merge pull request #3949 from cdr/jsjoeio-revert-symlink-change
Revert "Merge pull request #3935 from cdr/jsjoeio-rm-symlink"
2 parents 264d44a + ff3b976 commit 316c3aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/build/build-release.sh

+4
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ 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
101105
}
102106

103107
main "$@"

0 commit comments

Comments
 (0)