diff --git a/make_all_dist.bat b/make_all_dist.bat index 07067e4..82bfacb 100644 --- a/make_all_dist.bat +++ b/make_all_dist.bat @@ -1,4 +1,4 @@ -rem *** Used to create a Python exe +rem *** Used to create dist packages setlocal set VERSION=0.4.2 diff --git a/make_exe.bat b/make_exe.bat index 0b3f5c8..ec2c674 100644 --- a/make_exe.bat +++ b/make_exe.bat @@ -20,8 +20,6 @@ pause "..." "C:\Program Files\WinRAR\WinRAR.exe" a -r "pykeylogger%VERSION%_win32.zip" "pykeylogger" -pause "lets inspect the filename" - mv "./pykeylogger%VERSION%_win32.zip" "../pykeylogger%VERSION%_win32.zip" rd /S /Q pykeylogger diff --git a/make_md5.bat b/make_md5.bat index 80213cf..7a53f80 100644 --- a/make_md5.bat +++ b/make_md5.bat @@ -1,4 +1,4 @@ -rem *** Used to create a Python exe +rem *** create md5 sums for the dist files. setlocal set VERSION=0.4.1 diff --git a/make_src_dist.bat b/make_src_dist.bat index cc378b4..4f24132 100644 --- a/make_src_dist.bat +++ b/make_src_dist.bat @@ -1,16 +1,12 @@ -rem *** Used to create a Python exe +rem *** Create zip file with source distribution setlocal -set VERSION=0.4.1 +set VERSION=0.4.2 "C:\Program Files\WinRAR\WinRAR.exe" a -r "pykeylogger%VERSION%_src.zip" "keylogger.pyw" "logwriter.py" "setup.py" "*.txt" "*.bat" "html" -pause "lets inspect the filename" - mv "./pykeylogger%VERSION%_src.zip" "../pykeylogger%VERSION%_src.zip" -rd /S /Q pykeylogger - endlocal pause "done, press to key to exit" \ No newline at end of file