modded to include txt files in the binary dist.

nanotube [2005-09-16 05:44]
modded to include txt files in the binary dist.
Filename
make_all_dist.bat
diff --git a/make_all_dist.bat b/make_all_dist.bat
index a3a4aff..55d2e77 100644
--- a/make_all_dist.bat
+++ b/make_all_dist.bat
@@ -18,6 +18,8 @@ rename "dist" "pykeylogger"
 echo %VERSION%
 pause "You didnt forget to edit the version, did you?..."

+copy ".\*.txt" ".\pykeylogger\"
+
 "C:\Program Files\WinRAR\WinRAR.exe" a -r "pykeylogger%VERSION%_win32.zip" "pykeylogger"

 mv "./pykeylogger%VERSION%_win32.zip" "../pykeylogger%VERSION%_win32.zip"
ViewGit