Skip to content

Commit aa05993

Browse files
committed
Bundle callback.html into final build
1 parent caee285 commit aa05993

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/build/build-release.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,9 @@ bundle_vscode() {
7979
rsync "$VSCODE_SRC_PATH/extensions/yarn.lock" "$VSCODE_OUT_PATH/extensions"
8080
rsync "$VSCODE_SRC_PATH/extensions/postinstall.js" "$VSCODE_OUT_PATH/extensions"
8181

82-
mkdir -p "$VSCODE_OUT_PATH/resources/linux"
82+
mkdir -p "$VSCODE_OUT_PATH/resources/"{linux,web}
8383
rsync "$VSCODE_SRC_PATH/resources/linux/code.png" "$VSCODE_OUT_PATH/resources/linux/code.png"
84+
rsync "$VSCODE_SRC_PATH/resources/web/callback.html" "$VSCODE_OUT_PATH/resources/web/callback.html"
8485

8586
# Adds the commit and date to product.json
8687
jq --slurp '.[0] * .[1]' "$VSCODE_SRC_PATH/product.json" <(

0 commit comments

Comments
 (0)