From c65eba6108d6088b635eb03b2ff90f813c564a43 Mon Sep 17 00:00:00 2001 From: nanotube Date: Sun, 18 Sep 2005 06:59:28 +0000 Subject: [PATCH] now freezing with -b1 option. --- make_all_dist.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make_all_dist.bat b/make_all_dist.bat index 55d2e77..e7c4127 100644 --- a/make_all_dist.bat +++ b/make_all_dist.bat @@ -1,13 +1,13 @@ rem *** Used to create dist packages setlocal -set VERSION=0.5.1 +set VERSION=0.6.0 rem ***** get rid of all the old files in the build folder rd /S /Q build rem ***** create the exe -c:\Python24\python setup.py py2exe +c:\Python24\python setup.py py2exe -b1 rem **** pause so we can see the exit codes pause "done, press key to continue" @@ -16,7 +16,7 @@ rem **** rename dist directory to 'pykeylogger' rename "dist" "pykeylogger" echo %VERSION% -pause "You didnt forget to edit the version, did you?..." +pause "You didnt forget to edit the version, did you? in source file too!..." copy ".\*.txt" ".\pykeylogger\" -- 2.45.1