소스 검색

修改build、update文件

jyq 5 년 전
부모
커밋
d559708d95
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      build_video_course.ps1

+ 3 - 3
build_video_course.ps1

@@ -21,9 +21,9 @@ try {
     if ($isStable) {
         Write-Output "is stable version"
     }
-
-    Write-Output "use origin golang compiler"
-    Set-Location ($PSScriptRoot + "/assembly/$module/main")
+#
+#    Write-Output "use origin golang compiler"
+#    Set-Location ($PSScriptRoot + "/assembly/$module/main")
 
     $cmd = "go build -o $module -ldflags ""-X main._VERSION_='$version'"""
     Write-Output $cmd