From cb9a825cc50cb2be2f6851fd8af92aba706a3286 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sun, 16 Oct 2011 00:22:10 +0200 Subject: Exefying scripts added and README renamed. --- exefying.bat | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 exefying.bat (limited to 'exefying.bat') diff --git a/exefying.bat b/exefying.bat new file mode 100644 index 0000000..2e84720 --- /dev/null +++ b/exefying.bat @@ -0,0 +1,18 @@ +@echo off +REM Exefying the script... + +python.exe -OO mkexe.py py2exe + +REM Uncomment next line, if you do not want to compress... +REM goto end + +REM recompress the library +cd dist\ +7z.exe -aoa x library.zip -olibrary\ +cd library\ +7z.exe a -tzip -mx9 ..\library.zip -r +cd .. +rd library /s /q + +:end +echo Done -- cgit v1.2.3-54-g00ecf