Explorar o código

ToolsEditor调用proto2cs跟excelexporter路径更新

tanghai hai 1 ano
pai
achega
f7c7747eab
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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", "./");
         }
     }
 }