Sfoglia il codice sorgente

增加一个编译后运行脚本

tanghai 9 anni fa
parent
commit
fabc5d190c
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. 9 0
      Server/Run.sh

+ 9 - 0
Server/Run.sh

@@ -0,0 +1,9 @@
+#!/bin/bash
+
+xbuild ./Server.sln
+cd Bin/Debug/
+cmake ../..
+make
+
+pkill App.exe
+mono App.exe --id=1 --appType=Manager