Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
windows-buildbot-zipper.bat: Check the correct path.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+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 |
|
|
|
|
|