diff --git a/build.sh b/build.sh index a55501f..ceabfde 100644 --- a/build.sh +++ b/build.sh @@ -34,7 +34,6 @@ cp -r "$DOCS" "$RELEASEDIR" mkdir -p $RELEASEDIR/$PLUGINDIR cp -r $BUILDDIR/$PLUGINFILE $RELEASEDIR/$PLUGINDIR/$PLUGINFILE -cp -r license.txt $RELEASEDIR/$DOCS/license.txt # Make release package. echo "Compressing files..." diff --git a/license.txt b/docs/license.txt similarity index 100% rename from license.txt rename to docs/license.txt