This commit is contained in:
Starbeamrainbowlabs 2019-02-12 20:01:15 +00:00
parent 7a5a43f9a2
commit fd74e5f3a7
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 2 deletions

4
build
View File

@ -75,8 +75,8 @@ function task_archive {
task_end $?;
task_begin "Setting permissions";
find RhinoReminds/bin -type f -print0 | xargs -0 -P4 chmod -cx;
find RhinoReminds/bin -type f -iname "*.exe" -print0 | xargs -0 -P4 chmod +cx;
find RhinoReminds/bin -type f -print0 | xargs -0 -P4 chmod -c -x;
find RhinoReminds/bin -type f -iname "*.exe" -print0 | xargs -0 -P4 chmod -c +x;
task_end $?;
pwd