mirror of https://git.tuxpa.in/a/code-server.git
fix: make browser helper executable (#4792)
Surprisingly it does not come already executable like the dev-bin scripts.
This commit is contained in:
parent
14d0feff0d
commit
c20b0b390b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue