forax / pro

A Java build tool that works seamlessly with modules
GNU General Public License v3.0
103 stars 15 forks source link

Execute permission denied on macOS Catalina #74

Closed fwgreen closed 4 years ago

fwgreen commented 4 years ago

From what I can glean, under certain circumstances, Catalina strips executable permissions while unzipping files.

macOS 10.15.6

forax commented 4 years ago

I believe that if you use the wrapper to download pro it will work.

Can you try to cut and paste this in your current directory https://github.com/forax/pro/blob/master/wrapper/pro_wrapper.java

and run java pro_wrapper.java

fwgreen commented 4 years ago

Thanks!