diff --git a/Dist/ForPublishingBuildGithubMasterBranch.bat b/Dist/ForPublishingBuildGithubMasterBranch.bat index f6a01335281..28f2562bfdb 100644 --- a/Dist/ForPublishingBuildGithubMasterBranch.bat +++ b/Dist/ForPublishingBuildGithubMasterBranch.bat @@ -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% \ No newline at end of file +rmdir /s /q %WORKDIR% diff --git a/Dist/ForPublishingBuildGithubReleaseBranch.bat b/Dist/ForPublishingBuildGithubReleaseBranch.bat index 60c7d229a0d..80b9b15f16a 100644 --- a/Dist/ForPublishingBuildGithubReleaseBranch.bat +++ b/Dist/ForPublishingBuildGithubReleaseBranch.bat @@ -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% \ No newline at end of file +rmdir /s /q %WORKDIR%