forked from p15670423/monkey
No manifest files, everything compiled in onefile
This commit is contained in:
parent
442cc827c0
commit
5ae67840a6
|
@ -1,2 +1,2 @@
|
||||||
REM c:\Python27\python -m PyInstaller.main --name monkey -F -y --clean -i monkey.ico main.py
|
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
|
||||||
|
|
Loading…
Reference in New Issue