add build scripts

This commit is contained in:
itay 2019-04-02 17:45:35 +03:00
parent 91f84728f7
commit f48a3e1293
4 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,4 @@
@title C^&C Server
@pushd ..
@monkey_island\monkey_island.exe
@popd

View File

@ -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

View File

@ -0,0 +1,4 @@
if not exist db mkdir db
start windows\run_mongodb.bat
start windows\run_cc.bat
start https://localhost:5000