dbankier / tisdk

Install GA, RC, Beta, Alpha titanium sdk builds. Works also for v4+.
48 stars 7 forks source link

Wrong permissions #3

Closed m1ga closed 9 years ago

m1ga commented 9 years ago

It looks like the permissions are wrong when installing through tisdk:

tisdk install 4.1.0.GA

then trying to compile leads to:

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: spawn EACCES
    at errnoException (child_process.js:1011:11)
    at ChildProcess._handle.onexit (child_process.js:802:34)

changing the whole 4.1.0.GA folder with "chmod +x" (for testing) and everything works fine.

dbankier commented 9 years ago

Yep. Executable permission are lost (need to fix that). A global +x is not a good idea.

So far these are the two files that need +x permissions:

dbankier commented 9 years ago

new version pushed that fixes it 1.2.0