mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
refactor: remove rsync postinstall
This commit is contained in:
parent
4c79c9a5e7
commit
8d6b613e9d
1 changed files with 0 additions and 1 deletions
|
|
@ -146,7 +146,6 @@ 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