Browse Source

修复proto2cs bat

tanghai 3 years ago
parent
commit
33e25cdd2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Proto/win_startProtoExport.bat

+ 1 - 1
Proto/win_startProtoExport.bat

@@ -1,3 +1,3 @@
 cd /d ../Bin
-dotnet Tools.dll --AppType=Proto2CS
+dotnet Tool.dll --AppType=Proto2CS
 pause