Use local python for pyinstaller

This commit is contained in:
itay 2019-04-07 16:25:25 +03:00
parent aa4dbe9679
commit a9577ce914
2 changed files with 3 additions and 2 deletions

View File

@ -17,3 +17,4 @@ pycryptodome
boto3
awscli
cffi
PyInstaller

View File

@ -1,4 +1,4 @@
pyinstaller -F --log-level=DEBUG --clean --upx-dir=.\bin monkey_island.spec
bin\Python27\Scripts\pyinstaller.exe -F --log-level=DEBUG --clean --upx-dir=.\bin monkey_island.spec
move /Y dist\monkey_island.exe monkey_island.exe
rmdir /S /Q build
rmdir /S /Q dist