diff --git a/build b/build index 869f5c5..ee23310 100755 --- a/build +++ b/build @@ -82,8 +82,8 @@ function task_archive { task_begin "Creating Archives"; cp -ral RhinoReminds/bin/Debug RhinoReminds-Debug; cp -ral RhinoReminds/bin/Release RhinoReminds-Release; - cp -al README.md RhinoReminds-Debug; - cp -al README.md RhinoReminds-Release; + cp -al README.md RhinoReminds-Debug/README.md; + cp -al README.md RhinoReminds-Release/README.md; tar -caf RhinoReminds-Debug.tar.gz RhinoReminds-Debug; tar -caf RhinoReminds-Release.tar.gz RhinoReminds-Release;