From cd11fc6d6b5779fd5eb80eee6c72a9b68db3a1dd Mon Sep 17 00:00:00 2001 From: nanotube Date: Mon, 12 Sep 2005 06:15:10 +0000 Subject: [PATCH] some minor changes to clean up the script. --- make_all_dist.bat | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/make_all_dist.bat b/make_all_dist.bat index 49856a5..07067e4 100644 --- a/make_all_dist.bat +++ b/make_all_dist.bat @@ -1,7 +1,7 @@ rem *** Used to create a Python exe setlocal -set VERSION=0.4.1 +set VERSION=0.4.2 rem ***** get rid of all the old files in the build folder rd /S /Q build @@ -24,14 +24,12 @@ mv "./pykeylogger%VERSION%_win32.zip" "../pykeylogger%VERSION%_win32.zip" rd /S /Q pykeylogger -pause "done, now lets create the scr dist" +pause "done, now lets create the src dist" "C:\Program Files\WinRAR\WinRAR.exe" a -r "pykeylogger%VERSION%_src.zip" "keylogger.pyw" "logwriter.py" "setup.py" "*.txt" "*.bat" "html" mv "./pykeylogger%VERSION%_src.zip" "../pykeylogger%VERSION%_src.zip" -rd /S /Q pykeylogger - pause "now lets create the md5 sums" "C:\Program Files\UnixUtils\md5sum.exe" "../pykeylogger%VERSION%_src.zip" "../pykeylogger%VERSION%_win32.zip" > "../pykeylogger%VERSION%_md5sums.txt" -- 2.45.1