We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2096f commit 44bd6ffCopy full SHA for 44bd6ff
ci/build/build-vscode.sh
@@ -27,6 +27,8 @@ copy-bin-script() {
27
# Fix Node path on Windows.
28
sed -i.bak 's/^set ROOT_DIR=\(.*\)$/set ROOT_DIR=%~dp0..\\..\\..\\..\r\nset VSROOT_DIR=\1/g' "$dest"
29
sed -i.bak 's/%ROOT_DIR%\\out/%VSROOT_DIR%\\out/g' "$dest"
30
+
31
+ chmod +x "$dest"
32
}
33
34
main() {
0 commit comments