forked from p15670423/monkey
add build scripts
This commit is contained in:
parent
91f84728f7
commit
f48a3e1293
|
@ -1 +1,4 @@
|
|||
pyinstaller -F --log-level=DEBUG --clean --upx-dir=.\bin monkey_island.spec
|
||||
move dist\monkey_island.exe monkey_island.exe
|
||||
rmdir /S /Q build
|
||||
rmdir /S /Q dist
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
@title C^&C Server
|
||||
@pushd ..
|
||||
@monkey_island\monkey_island.exe
|
||||
@popd
|
|
@ -1,4 +1,4 @@
|
|||
if not exist db mkdir db
|
||||
start windows\run_mongodb.bat
|
||||
start windows\run_cc.bat
|
||||
start windows\run_cc_exe.bat
|
||||
start https://localhost:5000
|
|
@ -0,0 +1,4 @@
|
|||
if not exist db mkdir db
|
||||
start windows\run_mongodb.bat
|
||||
start windows\run_cc.bat
|
||||
start https://localhost:5000
|
Loading…
Reference in New Issue