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