Selaa lähdekoodia

增加mac环境下的powershell脚本

johnclot69 6 kuukautta sitten
vanhempi
commit
5e56e0ba49
2 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  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