update bizhawk url in publish scripts
This commit is contained in:
parent
6e77c7348f
commit
ac3a8c7e5f
|
@ -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 master http://github.com/TASVideos/BizHawk.git .
|
||||
git clone --depth=1 --single-branch --branch master https://github.com/TASEmulators/BizHawk.git .
|
||||
|
||||
rem use updated build scripts
|
||||
copy /y ..\QuickTestBuildAndPackage_Release.bat dist
|
||||
|
@ -27,4 +27,4 @@ move BizHawk.zip ..\..\%OUTFILE%
|
|||
|
||||
rem cleanup
|
||||
cd ..\..
|
||||
rmdir /s /q %WORKDIR%
|
||||
rmdir /s /q %WORKDIR%
|
||||
|
|
|
@ -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 https://github.com/TASEmulators/BizHawk.git .
|
||||
|
||||
rem use updated build scripts
|
||||
copy /y ..\QuickTestBuildAndPackage_Release.bat dist
|
||||
|
@ -27,4 +27,4 @@ move BizHawk.zip ..\..\%OUTFILE%
|
|||
|
||||
rem cleanup
|
||||
cd ..\..
|
||||
rmdir /s /q %WORKDIR%
|
||||
rmdir /s /q %WORKDIR%
|
||||
|
|
Loading…
Reference in New Issue