Browse Source

WingASRService

fly 2 years ago
parent
commit
86cc595bff
2 changed files with 3 additions and 0 deletions
  1. 2 0
      Publish.ps1
  2. 1 0
      clone&pull tool.bat

+ 2 - 0
Publish.ps1

@@ -61,5 +61,7 @@ BuildService "WingLiveConsultationService" 1 0 "../WingLiveConsultationService"
 
 BuildService "WingRtcService" 1 0 "../WingRtcService"
 
+BuildService "WingASRService" 1 0 "../WingASRService"
+
 Write-Host 'Finished!' -NoNewline
 $null = [Console]::ReadKey('?')

+ 1 - 0
clone&pull tool.bat

@@ -44,6 +44,7 @@ if not exist WingVinnoImageData (git clone http://git.ius.plus/Project-Wing/Wing
 if not exist WingLiveConsultationService (git clone http://git.ius.plus/Project-Wing/WingLiveConsultationService.git && echo;)
 if not exist WingRtmpService (git clone http://git.ius.plus/Project-Wing/WingRtmpService.git && echo;)
 if not exist WingRtcService (git clone http://git.ius.plus/Project-Wing/WingRtcService.git && echo;)
+if not exist WingASRService (git clone http://git.ius.plus/fly.wang/WingASRService.git && echo;)
 
 echo Finished!
 pause>nul