From fc4d2b532f41277d6b93243cd6bd2ba2434f80d6 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 1 Dec 2022 10:18:36 -0700 Subject: [PATCH] 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. --- ci/build/build-vscode.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/build/build-vscode.sh b/ci/build/build-vscode.sh index 631964d5e..76a61bbce 100755 --- a/ci/build/build-vscode.sh +++ b/ci/build/build-vscode.sh @@ -90,6 +90,8 @@ main() { EOF ) > product.json + chmod +x product.json + # Any platform here works since we will do our own packaging. We have to do # this because we have an NPM package that could be installed on any platform. # The correct platform dependencies and scripts will be installed as part of