ForNeVeR/rider-plugin-template

On Mac " chmod +x ./gradlew " is required

Opened this issue · 0 comments

Even though I can see that chmod flags in the original repo are correct

ivan.shakhov@CZ03877 content % ls -l ./gradlew
-rwxr-xr-x  1 ivan.shakhov  staff  11682 Aug 20 11:01 ./gradlew

after making a nuget and extracting with dotnet new, resulting gradlew is missing the execution permission.

ivan.shakhov@CZ03877 Noesis % ls -l ./gradlew
-rw-r--r--  1 ivan.shakhov  staff  11682 Aug 20 10:59 ./gradlew