removed unused License project. moved macOS dependency licenses into macOS project.

This commit is contained in:
Alex Birch
2018-06-17 13:58:19 +01:00
parent 113cf0f0bb
commit 19179ec4cf
14 changed files with 1 additions and 51 deletions

View File

@ -36,7 +36,7 @@ do
ls "$BUILDDIR"
\cp -rf "$MYDIR/how to install.txt" "$BUILDDIR/how to install.txt"
\cp -rf "$MYDIR/../../LICENSE.txt" "$BUILDDIR/LICENSE.txt"
\cp -rf "$MYDIR/../../licenses_of_dependencies" "$BUILDDIR/."
\cp -rf "$MYDIR/licenses_of_dependencies" "$BUILDDIR/."
tar -hczf "$BUILDDIR.tar.xz" --exclude="libjuicysfplugin.a" -C "$MYDIR/build/$BUILD" .
else
echo "Did not find in $BUILD all targets: .app, .component, .vst, .vst3; skipping."