build release branch instead
This commit is contained in:
parent
bcf7108715
commit
477a386eca
|
@ -5,7 +5,7 @@ mkdir %WORKDIR%
|
||||||
cd %WORKDIR%
|
cd %WORKDIR%
|
||||||
|
|
||||||
rem http://stackoverflow.com/questions/13750182/git-how-to-archive-from-remote-repository-directly
|
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
|
cd dist
|
||||||
call BuildAndPackage_Release.bat
|
call BuildAndPackage_Release.bat
|
Loading…
Reference in New Issue