From: Michael Prager Date: Sat, 5 Sep 2009 12:35:14 +0000 (+0200) Subject: added automatic build tool X-Git-Url: https://code.delx.au/comingnext/commitdiff_plain/4a24b1cc879c669c48403c4a5b51c172731e6fe1?hp=aea9742dab7d9dc219a17fbdb82fd4d9224aaed9 added automatic build tool --- diff --git a/build.bat b/build.bat new file mode 100644 index 0000000..d720b8c --- /dev/null +++ b/build.bat @@ -0,0 +1,11 @@ +@echo off + +set VERSION=1.19 + +del *.wgz +del *.zip +zip -9 -r comingNext.zip comingNext +zip -9 -r comingNextB.zip comingNextB +mv comingNext.zip comingNext.wgz +mv comingNextB.zip comingNextB.wgz +zip -9 comingNext_v%VERSION%.zip comingNext.wgz comingNextB.wgz Readme.txt License.txt background_mask_landscape.png background_mask_portrait.png \ No newline at end of file diff --git a/zip.exe b/zip.exe new file mode 100644 index 0000000..286227a Binary files /dev/null and b/zip.exe differ