minifierbeans
minifierbeans copied to clipboard
[BUG]Bash scripts with wrong file permissions on MacOS
When installing the plugin in MacOS, the bash scripts are created without the execute bit set:
-rw-r--r-- 1 breves staff 366B 20 Out 16:21 google-closure-compiler
Steps to reproduce the behavior:
- Install plugin in Netbeans on MacOS
- Try to minify a file
- See error
Permission denied
error on output
Environment (please complete the following information):
- OS: MacOS 11.6
- NetBeans version: 12.5
- JDK version: 16
After I did a chmod a+x google-closure-compiler
it worked:
-rwxr-xr-x 1 breves staff 366B 20 Out 16:21 google-closure-compiler
Thx, interesting problem. I will have a look how I can fix this. Will search for a mac. If you know how to fix this, a PR is very welcome :)