summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 2987f6f..82a7b4f 100644
--- a/build.sh
+++ b/build.sh
@@ -11,10 +11,11 @@ export PATH="$PATH:/usr/local/scripts"
# Build the package
cd ..
+mv "./moodle_auth-link" "./auth-link"
zip -9 -r "auth-link.zip" "auth-link" \
-x "auth-link/.git*" \
-x "auth-link/.travis.yml" \
-x "auth-link/build.sh"
# End of work
-exit 0 \ No newline at end of file
+exit 0