Skip to content

Commit ac3a8c7

Browse files
committed
update bizhawk url in publish scripts
1 parent 6e77c73 commit ac3a8c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dist/ForPublishingBuildGithubMasterBranch.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mkdir %WORKDIR%
1212

1313
rem http://stackoverflow.com/questions/13750182/git-how-to-archive-from-remote-repository-directly
1414
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 .
1616

1717
rem use updated build scripts
1818
copy /y ..\QuickTestBuildAndPackage_Release.bat dist
@@ -27,4 +27,4 @@ move BizHawk.zip ..\..\%OUTFILE%
2727

2828
rem cleanup
2929
cd ..\..
30-
rmdir /s /q %WORKDIR%
30+
rmdir /s /q %WORKDIR%

Dist/ForPublishingBuildGithubReleaseBranch.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mkdir %WORKDIR%
1212

1313
rem http://stackoverflow.com/questions/13750182/git-how-to-archive-from-remote-repository-directly
1414
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 .
1616

1717
rem use updated build scripts
1818
copy /y ..\QuickTestBuildAndPackage_Release.bat dist
@@ -27,4 +27,4 @@ move BizHawk.zip ..\..\%OUTFILE%
2727

2828
rem cleanup
2929
cd ..\..
30-
rmdir /s /q %WORKDIR%
30+
rmdir /s /q %WORKDIR%

0 commit comments

Comments
 (0)