deathbeam / yae

Windows/Linux/Mac/Android/iOS/Ouya game engine for MoonScript, in MoonScript.
https://yae.io
MIT License
96 stars 5 forks source link

gradlew is not executable #10

Closed rodislav closed 9 years ago

rodislav commented 9 years ago

Hello, when I'm trying to run:

java -jar non.jar gen:hello

I see this error:

Cannot run program "/home/rodislav/Projets/non-hello/.non/gradlew" (in directory ".non"): error=13, Permission denied

workaround is to go inside .non directory, change +x for gradlew (make it executable), can be done also from file properties / rights

Ubuntu 14.04, java 8

deathbeam commented 9 years ago

Hmm never tested this on Linux. Thanks for report. I have fix for this.

deathbeam commented 9 years ago

Fixes this in commit what I just pushed, closing.