Przeglądaj źródła

增加一个编译后运行脚本

tanghai 9 lat temu
rodzic
commit
fabc5d190c
1 zmienionych plików z 9 dodań i 0 usunięć
  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