forked from p15670423/monkey
Use local python for pyinstaller
This commit is contained in:
parent
aa4dbe9679
commit
a9577ce914
|
@ -17,3 +17,4 @@ pycryptodome
|
||||||
boto3
|
boto3
|
||||||
awscli
|
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
|
move /Y dist\monkey_island.exe monkey_island.exe
|
||||||
rmdir /S /Q build
|
rmdir /S /Q build
|
||||||
rmdir /S /Q dist
|
rmdir /S /Q dist
|
Loading…
Reference in New Issue