Try to debug on build.sh.

This commit is contained in:
Zic
2017-12-24 00:08:02 +08:00
parent 49a3455ffe
commit 1e02043063

View File

@ -69,6 +69,7 @@ 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
cd $PRE_DIR