diff options
-rw-r--r-- | build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |