fix: make browser helper executable (#4792)

Surprisingly it does not come already executable like the dev-bin
scripts.
This commit is contained in:
Asher 2022-01-25 17:18:45 -06:00 committed by GitHub
parent 14d0feff0d
commit c20b0b390b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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.