From c20b0b390b54c4d24cda008dfd8041c59fb2f9af Mon Sep 17 00:00:00 2001 From: Asher Date: Tue, 25 Jan 2022 17:18:45 -0600 Subject: [PATCH] fix: make browser helper executable (#4792) 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 3c4acbf8..7f152e17 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.