From 49d1cde9979e1ad499fd6970c3ebbfb10494e85a Mon Sep 17 00:00:00 2001 From: Christophe Gouel Date: Thu, 27 Dec 2012 16:55:14 +0100 Subject: [PATCH] Cosmetic change to Archive.bat --- Archive.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Archive.bat b/Archive.bat index aa660f6..4c6cbfe 100644 --- a/Archive.bat +++ b/Archive.bat @@ -1,7 +1,7 @@ del *.zip :: Create dolo-recs executable for Windows -pyinstaller.py -F --out=pyinstaller --paths=.\Python\dolo .\Python\dolo\bin\dolo-recs.py +pyinstaller.py --onefile --out=pyinstaller --paths=.\Python\dolo .\Python\dolo\bin\dolo-recs.py copy /Y pyinstaller\dist\dolo-recs.exe Python\dolo\bin rmdir /S /Q pyinstaller del *.log