Skip to content

Commit

Permalink
Create tar.gz rather than tar
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncoolmax committed Sep 14, 2018
1 parent 4807993 commit df3249c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReleaseArchive.sh
Expand Up @@ -34,8 +34,8 @@ done

# create the target tar/zip file
cd $destination
tar -cf ./$releaseFolder.tar ./$releaseFolder
tar -zcf ./$releaseFolder.tar.gz ./$releaseFolder
zip -r -q -X ./$releaseFolder.zip ./$releaseFolder
rm -R ./$releaseFolder

echo -e "\r\nDone!\r\n\r\n$releaseFolder.tar\r\nand\r\n$releaseFolder.zip\r\nhave been created at $destination.\r\n"
echo -e "\r\nDone!\r\n\r\n$releaseFolder.tar.gz\r\nand\r\n$releaseFolder.zip\r\nhave been created at $destination.\r\n"

0 comments on commit df3249c

Please sign in to comment.