build release branch instead

This commit is contained in:
zeromus 2016-02-16 17:19:48 -06:00
parent bcf7108715
commit 477a386eca
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ mkdir %WORKDIR%
cd %WORKDIR%
rem http://stackoverflow.com/questions/13750182/git-how-to-archive-from-remote-repository-directly
git clone --depth=1 --single-branch --branch master http://github.com/TASVideos/BizHawk.git .
git clone --depth=1 --single-branch --branch Release http://github.com/TASVideos/BizHawk.git .
cd dist
call BuildAndPackage_Release.bat