Quellcode durchsuchen

修改build、update文件

jyq vor 5 Jahren
Ursprung
Commit
d559708d95
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      build_video_course.ps1

+ 3 - 3
build_video_course.ps1

@@ -21,9 +21,9 @@ try {
     if ($isStable) {
     if ($isStable) {
         Write-Output "is stable version"
         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'"""
     $cmd = "go build -o $module -ldflags ""-X main._VERSION_='$version'"""
     Write-Output $cmd
     Write-Output $cmd