forked from p34709852/monkey
Upgraded pyinstaller usage
This commit is contained in:
parent
b0bb7149fb
commit
73fe684589
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue