Skip to content

Commit

Permalink
Cosmetic change to Archive.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Gouel committed Dec 27, 2012
1 parent f31109e commit 49d1cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Archive.bat
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 49d1cde

Please sign in to comment.