Bläddra i källkod

增加mac环境下的powershell脚本

johnclot69 5 månader sedan
förälder
incheckning
5e56e0ba49
2 ändrade filer med 10 tillägg och 0 borttagningar
  1. 5 0
      Config/ExportExcel.ps1
  2. 5 0
      Config/ExportProto.ps1

+ 5 - 0
Config/ExportExcel.ps1

@@ -0,0 +1,5 @@
+Set-Location -Path ../Bin
+
+./Tool.exe --AppType=ExcelExporter --Console=1
+
+Pause

+ 5 - 0
Config/ExportProto.ps1

@@ -0,0 +1,5 @@
+Set-Location -Path ../Bin
+
+./Tool.exe --AppType=Proto2CS --Console=1
+
+Pause