No manifest files, everything compiled in onefile

This commit is contained in:
daniel goldberg 2016-09-04 14:33:02 +03:00
parent 442cc827c0
commit 5ae67840a6
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
REM c:\Python27\python -m PyInstaller.main --name monkey -F -y --clean -i monkey.ico main.py
c:\python27\Scripts\pyinstaller --log-level=DEBUG --clean --upx-dir=.\bin monkey.spec
c:\python27\Scripts\pyinstaller -F --log-level=DEBUG --clean --upx-dir=.\bin monkey.spec