Hrm. The release binary archive does't appear to be generating correctly.
Will this fix it?
This commit is contained in:
parent
48cc42ef2a
commit
950d12f08b
1 changed files with 2 additions and 2 deletions
4
build
4
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;
|
||||
|
|
Loading…
Reference in a new issue