Commit 1f016d4598e1e97dd69e84fb22e72d3960d640b9

Ryan C. Gordon 2017-07-30T14:09:18

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

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/build-scripts/windows-buildbot-zipper.bat b/build-scripts/windows-buildbot-zipper.bat
index 1b28932..a6f5169 100644
--- a/build-scripts/windows-buildbot-zipper.bat
+++ b/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