Upgraded pyinstaller usage

This commit is contained in:
acepace 2016-02-29 11:32:50 +02:00
parent b0bb7149fb
commit 73fe684589
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\pyi-build.exe --upx-dir=.\bin monkey.spec
c:\python27\Scripts\pyinstaller --upx-dir=.\bin monkey.spec