瀏覽代碼

增加mac环境下的powershell脚本

johnclot69 6 月之前
父節點
當前提交
5e56e0ba49
共有 2 個文件被更改,包括 10 次插入0 次删除
  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