Преглед изворни кода

ToolsEditor调用proto2cs跟excelexporter路径更新

tanghai пре 1 година
родитељ
комит
f7c7747eab
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      Packages/com.etetet.init/Editor/ToolEditor/ToolsEditor.cs

+ 2 - 2
Packages/com.etetet.init/Editor/ToolEditor/ToolsEditor.cs

@@ -12,7 +12,7 @@ namespace ET
 #else
             const string tools = "dotnet.exe";
 #endif
-            ShellHelper.Run($"{tools} ./Bin/ET.ExcelExporter.dll", "./");
+            ShellHelper.Run($"{tools} ./Packages/cn.etetet.excel/DotNet~/Exe/ET.ExcelExporter.dll", "./");
         }
         
         [MenuItem("ET/Proto2CS")]
@@ -23,7 +23,7 @@ namespace ET
 #else
             const string tools = "dotnet.exe";
 #endif
-            ShellHelper.Run($"{tools} ./Bin/ET.Proto2CS.dll", "./");
+            ShellHelper.Run($"{tools} ./Packages/cn.etetet.proto/DotNet~/Exe/ET.Proto2CS.dll", "./");
         }
     }
 }