Skip to content

Commit fc4d2b5

Browse files
committed
fix: add +x to product.json in build-vscode
While testing a pre-release, there seems to be a bug with the file permissions for `product.json`. Adding `chmod +x` to see if that fixes it.
1 parent 9efbd2d commit fc4d2b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/build/build-vscode.sh

+2
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ main() {
9090
EOF
9191
) > product.json
9292

93+
chmod +x product.json
94+
9395
# Any platform here works since we will do our own packaging. We have to do
9496
# this because we have an NPM package that could be installed on any platform.
9597
# The correct platform dependencies and scripts will be installed as part of

0 commit comments

Comments
 (0)