Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
Signed-off-by: Herbert Rocha <herberthb12@gmail.com>
  • Loading branch information
hbgit committed Nov 27, 2019
1 parent 3f610ce commit 140ba2d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions utils/create-release.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
#!/bin/bash

echo "Creating deplot dir ..."
echo "Creating dir to deploy ..."
mkdir "deploy"

mv release map2check

echo "Generating TAR.GZ file ..."
tar -czvf map2check-rc-$1.tar.gz release/
tar -czvf map2check-rc-$1.tar.gz map2check/
mv map2check-rc-$1.tar.gz deploy/

echo "Generating zip file ..."
7z a map2check-rc-$1.zip release/
7z a map2check-rc-$1.zip map2check/
mv map2check-rc-$1.zip deploy/

0 comments on commit 140ba2d

Please # to comment.