Skip to content

Commit c20b0b3

Browse files
authored
fix: make browser helper executable (#4792)
Surprisingly it does not come already executable like the dev-bin scripts.
1 parent 14d0fef commit c20b0b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/build/build-release.sh

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ bundle_vscode() {
8787
# reason VS Code uses a different path in production).
8888
mkdir -p "$VSCODE_OUT_PATH/bin/helpers"
8989
rsync "$VSCODE_SRC_PATH/resources/server/bin/helpers/" "$VSCODE_OUT_PATH/bin/helpers"
90+
chmod +x "$VSCODE_OUT_PATH/bin/helpers/browser.sh"
9091

9192
# Add the commit and date and enable telemetry. This just makes telemetry
9293
# available; telemetry can still be disabled by flag or setting.

0 commit comments

Comments
 (0)