slight fix to release build script

This commit is contained in:
adelikat 2016-09-01 08:26:43 -04:00
parent d1ac02ebb3
commit 597b46b183
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ mkdir %WORKDIR%
rem http://stackoverflow.com/questions/13750182/git-how-to-archive-from-remote-repository-directly
cd %WORKDIR%
git clone --depth=1 --single-branch --branch Release http://github.com/TASVideos/BizHawk.git .
git clone --depth=1 --single-branch --branch release http://github.com/TASVideos/BizHawk.git .
rem use updated build scripts
copy /y ..\BuildAndPackage_Release.bat dist