]> code.delx.au - comingnext/commitdiff
windows command for renaming a file is ren, not mv
authorMichael Prager <michael@pragers.de>
Sun, 11 Oct 2009 11:01:49 +0000 (13:01 +0200)
committerMichael Prager <michael@pragers.de>
Sun, 11 Oct 2009 11:01:49 +0000 (13:01 +0200)
build.bat

index bb55d31a62e9e290af1cc59ebff647c66e21f7a4..289eab810e8b61a8337f2ebe12d4e27c921396d8 100644 (file)
--- a/build.bat
+++ b/build.bat
@@ -6,6 +6,6 @@ del *.wgz
 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
+ren comingNext.zip comingNext.wgz\r
+ren 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