diff --git a/build b/build index ee23310..cd749a0 100755 --- a/build +++ b/build @@ -79,6 +79,9 @@ function task_archive { find RhinoReminds/bin -type f -iname "*.exe" -print0 | xargs -0 -P4 chmod +x; task_end $?; + pwd + ls -l + task_begin "Creating Archives"; cp -ral RhinoReminds/bin/Debug RhinoReminds-Debug; cp -ral RhinoReminds/bin/Release RhinoReminds-Release;