Skip to content

Commit 140ba2d

Browse files
committed
Minor changes
Signed-off-by: Herbert Rocha <herberthb12@gmail.com>
1 parent 3f610ce commit 140ba2d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

utils/create-release.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
#!/bin/bash
22

3-
echo "Creating deplot dir ..."
3+
echo "Creating dir to deploy ..."
44
mkdir "deploy"
55

6+
mv release map2check
7+
68
echo "Generating TAR.GZ file ..."
7-
tar -czvf map2check-rc-$1.tar.gz release/
9+
tar -czvf map2check-rc-$1.tar.gz map2check/
810
mv map2check-rc-$1.tar.gz deploy/
911

1012
echo "Generating zip file ..."
11-
7z a map2check-rc-$1.zip release/
13+
7z a map2check-rc-$1.zip map2check/
1214
mv map2check-rc-$1.zip deploy/

0 commit comments

Comments
 (0)