From 75b7859bf512996275b1a49da5be36c28f44374f Mon Sep 17 00:00:00 2001 From: Asher Date: Tue, 25 Jan 2022 22:39:35 +0000 Subject: [PATCH] Make browser helper executable Surprisingly it does not come already executable like the dev-bin scripts. --- 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 3c4acbf80d9f..7f152e1701f9 100755 --- a/ci/build/build-release.sh +++ b/ci/build/build-release.sh @@ -87,6 +87,7 @@ bundle_vscode() { # reason VS Code uses a different path in production). mkdir -p "$VSCODE_OUT_PATH/bin/helpers" rsync "$VSCODE_SRC_PATH/resources/server/bin/helpers/" "$VSCODE_OUT_PATH/bin/helpers" + chmod +x "$VSCODE_OUT_PATH/bin/helpers/browser.sh" # Add the commit and date and enable telemetry. This just makes telemetry # available; telemetry can still be disabled by flag or setting.