From a5225d3e06ccce0a2f19cc9c5e985fa3f02a1914 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Wed, 27 Apr 2022 20:12:58 +0000 Subject: [PATCH] Revert "refactor: remove rsync postinstall" This reverts commit 8d6b613e9d779ba18d0297710614516cde108bcf. --- ci/build/build-release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/build/build-release.sh b/ci/build/build-release.sh index bafa81055..07a879c28 100755 --- a/ci/build/build-release.sh +++ b/ci/build/build-release.sh @@ -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