Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev

dev_chengFeng
ZhangBiao 2021-06-28 10:44:27 +08:00
commit fd6a518f7d
1 changed files with 2 additions and 2 deletions

View File

@ -235,7 +235,7 @@ namespace GameEditor.Core.DataConfig
File.WriteAllLines(readMePath, wlines.ToArray(), System.Text.Encoding.UTF8);
// 提交到SVN
//ProcessUtil.ProcessCommand(svnPath, "svn add . --force");
ProcessUtil.ProcessCommand(svnPath, "svn add . --force");
ProcessUtil.ProcessCommand(svnPath, "svn commit -m " + commitMsg);
UnityEngine.Debug.Log("同步SVN完成");
}