mirror of
https://github.com/cdr/code-server.git
synced 2026-03-18 19:24:51 +01:00
Revert "refactor: remove rsync postinstall"
This reverts commit 8d6b613e9d.
This commit is contained in:
parent
8d6b613e9d
commit
a5225d3e06
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ EOF
|
|||
# Include global extension dependencies as well.
|
||||
rsync "$VSCODE_SRC_PATH/extensions/package.json" "$VSCODE_OUT_PATH/extensions/package.json"
|
||||
rsync "$VSCODE_SRC_PATH/extensions/yarn.lock" "$VSCODE_OUT_PATH/extensions/yarn.lock"
|
||||
rsync "$VSCODE_SRC_PATH/extensions/postinstall.js" "$VSCODE_OUT_PATH/extensions/postinstall.js"
|
||||
|
||||
pushd "$VSCODE_OUT_PATH"
|
||||
symlink_asar
|
||||
|
|
|
|||
Loading…
Reference in a new issue