소스 검색

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

Ryan C. Gordon 8 년 전
부모
커밋
1f016d4598
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 GOTO done
 
 
 :okaywin32dir
 :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.
 echo Please run from root of source tree after doing a Release build.
 GOTO done
 GOTO done