Try to tar the dist.

This commit is contained in:
Zic 2017-12-24 00:12:23 +08:00
parent 1e02043063
commit 00472c6b4d

View File

@ -69,8 +69,10 @@ echo "remove pack"
rm -rf $distPath/pack
echo "compress to tar.gz"
echo "tar -zcvf $distFolder/$FINAL_NAME $distPath"
tar -zcvf $distFolder/$FINAL_NAME $distPath
echo "tar -zcvf $distFolder/$FINAL_NAME ./$VERSION_NAME"
cd $distPath
cd ..
tar -zcvf $distFolder/$FINAL_NAME ./$VERSION_NAME
cd $PRE_DIR