File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ mkdir %WORKDIR%
12
12
13
13
rem http://stackoverflow.com/questions/13750182/git-how-to-archive-from-remote-repository-directly
14
14
cd %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 .
16
16
17
17
rem use updated build scripts
18
18
copy /y ..\QuickTestBuildAndPackage_Release.bat dist
@@ -27,4 +27,4 @@ move BizHawk.zip ..\..\%OUTFILE%
27
27
28
28
rem cleanup
29
29
cd ..\..
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%
12
12
13
13
rem http://stackoverflow.com/questions/13750182/git-how-to-archive-from-remote-repository-directly
14
14
cd %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 .
16
16
17
17
rem use updated build scripts
18
18
copy /y ..\QuickTestBuildAndPackage_Release.bat dist
@@ -27,4 +27,4 @@ move BizHawk.zip ..\..\%OUTFILE%
27
27
28
28
rem cleanup
29
29
cd ..\..
30
- rmdir /s /q %WORKDIR%
30
+ rmdir /s /q %WORKDIR%
You can’t perform that action at this time.
0 commit comments