diff options
author | Valentin Popov <info@valentineus.link> | 2018-06-10 14:26:22 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-06-10 14:26:22 +0300 |
commit | e08392ae279f5e83a73ecea6d26d16840928e939 (patch) | |
tree | 6fc6fe084c86e0dc92b2124bb837df19aae4e39e | |
parent | 9c0a46a69b5070d9b15dfaae1f49dd35fd20a33e (diff) | |
download | auth_link-e08392ae279f5e83a73ecea6d26d16840928e939.tar.xz auth_link-e08392ae279f5e83a73ecea6d26d16840928e939.zip |
Updated assembly file
Signed-off-by: Valentin Popov <info@valentineus.link>
-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 |