Skip to content

Commit

Permalink
windows-buildbot-zipper.bat: Check the correct path.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 30, 2017
1 parent 8efe9ce commit 1f016d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/windows-buildbot-zipper.bat
Expand Up @@ -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

Expand Down

0 comments on commit 1f016d4

Please sign in to comment.