Archived
1
0

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.
This commit is contained in:
Joe Previte 2022-12-01 10:18:36 -07:00
parent 9efbd2d59c
commit fc4d2b532f
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24

View File

@ -90,6 +90,8 @@ main() {
EOF EOF
) > product.json ) > product.json
chmod +x product.json
# Any platform here works since we will do our own packaging. We have to do # 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. # 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 # The correct platform dependencies and scripts will be installed as part of