Explorar o código

windows-buildbot-zipper.bat: Check the correct path.

Ryan C. Gordon %!s(int64=8) %!d(string=hai) anos
pai
achega
1f016d4598
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build-scripts/windows-buildbot-zipper.bat

+ 1 - 1
build-scripts/windows-buildbot-zipper.bat

@@ -8,7 +8,7 @@ echo Please run from root of source tree after doing a Release build.
 GOTO done
 
 :okaywin32dir
-IF EXIST VisualC\Win64\Release GOTO okaydirs
+IF EXIST VisualC\x64\Release GOTO okaydirs
 echo Please run from root of source tree after doing a Release build.
 GOTO done