Hrm. The release binary archive does't appear to be generating correctly.

Will this fix it?
This commit is contained in:
Starbeamrainbowlabs 2019-02-12 19:50:16 +00:00
parent 48cc42ef2a
commit 950d12f08b
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 2 deletions

4
build
View File

@ -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;