From: Michael Prager Date: Sun, 11 Oct 2009 11:01:49 +0000 (+0200) Subject: windows command for renaming a file is ren, not mv X-Git-Url: https://code.delx.au/comingnext/commitdiff_plain/1180d84a9a3418fafb5f4588bd20ff275a95462f windows command for renaming a file is ren, not mv --- diff --git a/build.bat b/build.bat index bb55d31..289eab8 100644 --- a/build.bat +++ b/build.bat @@ -6,6 +6,6 @@ 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 +ren comingNext.zip comingNext.wgz +ren 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