提交 d599f6a1 编写于 作者: T tanghai

netcore3直接用exe启动

上级 de58c834
......@@ -451,8 +451,8 @@ namespace ETModel
if (GUILayout.Button("启动"))
{
string arguments = $"App.dll --config={this.fileName}";
ProcessHelper.Run("dotnet", arguments, "../Bin/");
string arguments = $"--config={this.fileName}";
ProcessHelper.Run("App.exe", arguments, "../Bin/");
}
if (GUILayout.Button("启动数据库"))
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册