File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ mkdir %WORKDIR%
1212
1313rem http://stackoverflow.com/questions/13750182/git-how-to-archive-from-remote-repository-directly
1414cd %WORKDIR%
15- git clone --depth=1 --single-branch --branch master http ://github.com/TASVideos /BizHawk.git .
15+ git clone --depth=1 --single-branch --branch master https ://github.com/TASEmulators /BizHawk.git .
1616
1717rem use updated build scripts
1818copy /y ..\QuickTestBuildAndPackage_Release.bat dist
@@ -27,4 +27,4 @@ move BizHawk.zip ..\..\%OUTFILE%
2727
2828rem cleanup
2929cd ..\..
30- rmdir /s /q %WORKDIR%
30+ rmdir /s /q %WORKDIR%
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ mkdir %WORKDIR%
1212
1313rem http://stackoverflow.com/questions/13750182/git-how-to-archive-from-remote-repository-directly
1414cd %WORKDIR%
15- git clone --depth=1 --single-branch --branch release http ://github.com/TASVideos /BizHawk.git .
15+ git clone --depth=1 --single-branch --branch release https ://github.com/TASEmulators /BizHawk.git .
1616
1717rem use updated build scripts
1818copy /y ..\QuickTestBuildAndPackage_Release.bat dist
@@ -27,4 +27,4 @@ move BizHawk.zip ..\..\%OUTFILE%
2727
2828rem cleanup
2929cd ..\..
30- rmdir /s /q %WORKDIR%
30+ rmdir /s /q %WORKDIR%
You can’t perform that action at this time.
0 commit comments