Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c20b0b3

Browse files
authoredJan 25, 2022
fix: make browser helper executable (coder#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

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.