X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=package.sh;h=8487e7b68638ba5c7446c5aee7a0a18c35c60871;hp=b79549fde5574ba0a52680a26b9003f83e2078ea;hb=0171fe1db25564c728d16b71828a179b9e27c0f1;hpb=b582e721d1e1057bfe04ab1e3a74c7e21b4ea81c diff --git a/package.sh b/package.sh index b79549fde5..8487e7b686 100644 --- a/package.sh +++ b/package.sh @@ -3,14 +3,14 @@ sh ./clear-cache.sh echo -n "$0: Packaging... " -zip -9 mxchange-0.3.3_dev.zip docs/* Doxyfile *.php *.sh > /dev/null 2>&1 +zip -9 mxchange-0.3.0_dev.zip docs/* Doxyfile *.php *.sh > /dev/null 2>&1 echo -n "." -zip -9r mxchange-0.3.3_dev.zip application/ db/ devel/ Doxyfile inc/ templates/ tests/ > /dev/null 2>&1 +zip -9r mxchange-0.3.0_dev.zip application/ db/ devel/ Doxyfile inc/ templates/ tests/ > /dev/null 2>&1 echo -n "." -zip -d mxchange-0.3.3_dev.zip docs/warn.log db/*/*.serialized > /dev/null 2>&1 +zip -d mxchange-0.3.0_dev.zip docs/warn.log db/*/*.serialized > /dev/null 2>&1 echo ". done" echo "$0: Renaming..." -mv mxchange-0.3.3_dev.zip mxchange-0.3.3_dev_`date +%Y%m%d_%H%M%S`.zip +mv mxchange-0.3.0_dev.zip mxchange-0.3.0_dev_`date +%Y%m%d_%H%M%S`.zip echo "$0: All done."