In the generated projects, we have some shell scripts that are supposed to be executables on Linux or Mac. For example, build.sh and gradlew etc. We need to add a method in the codegen to update the mode of the file after generation. Otherwise, we have to ask the user to run chmod +x gradlew in the generated project before calling the shell script.
In the generated projects, we have some shell scripts that are supposed to be executables on Linux or Mac. For example, build.sh and gradlew etc. We need to add a method in the codegen to update the mode of the file after generation. Otherwise, we have to ask the user to run
chmod +x gradlewin the generated project before calling the shell script.