]> code.delx.au - comingnext/commitdiff
added automatic build tool
authorMichael Prager <michael@pragers.de>
Sat, 5 Sep 2009 12:35:14 +0000 (14:35 +0200)
committerMichael Prager <michael@pragers.de>
Sat, 5 Sep 2009 12:35:14 +0000 (14:35 +0200)
build.bat [new file with mode: 0644]
zip.exe [new file with mode: 0644]

diff --git a/build.bat b/build.bat
new file mode 100644 (file)
index 0000000..d720b8c
--- /dev/null
+++ b/build.bat
@@ -0,0 +1,11 @@
+@echo off\r
+\r
+set VERSION=1.19\r
+\r
+del *.wgz\r
+del *.zip\r
+zip -9 -r comingNext.zip comingNext\r
+zip -9 -r comingNextB.zip comingNextB\r
+mv comingNext.zip comingNext.wgz\r
+mv comingNextB.zip comingNextB.wgz\r
+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 (file)
index 0000000..286227a
Binary files /dev/null and b/zip.exe differ