浏览代码

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
 
 :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