|
|
@@ -8,7 +8,7 @@ namespace ET
|
|
|
public static void ExcelExporter()
|
|
|
{
|
|
|
#if UNITY_EDITOR_OSX || UNITY_EDITOR_LINUX
|
|
|
- const string tools = "./Tool";
|
|
|
+ const string tools = "dotnet";
|
|
|
#else
|
|
|
const string tools = "dotnet.exe";
|
|
|
#endif
|
|
|
@@ -19,7 +19,7 @@ namespace ET
|
|
|
public static void Proto2CS()
|
|
|
{
|
|
|
#if UNITY_EDITOR_OSX || UNITY_EDITOR_LINUX
|
|
|
- const string tools = "./Tool";
|
|
|
+ const string tools = "dotnet";
|
|
|
#else
|
|
|
const string tools = "dotnet.exe";
|
|
|
#endif
|