forked from p15670423/monkey
Use local python for pyinstaller
This commit is contained in:
parent
aa4dbe9679
commit
a9577ce914
|
@ -16,4 +16,5 @@ enum34
|
|||
pycryptodome
|
||||
boto3
|
||||
awscli
|
||||
cffi
|
||||
cffi
|
||||
PyInstaller
|
|
@ -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
|
Loading…
Reference in New Issue