From ac3a8c7e5f0711b51defdb3f121d1a63c44818c3 Mon Sep 17 00:00:00 2001 From: Morilli <35152647+Morilli@users.noreply.github.com> Date: Fri, 7 Apr 2023 19:09:10 +0200 Subject: [PATCH] update bizhawk url in publish scripts --- Dist/ForPublishingBuildGithubMasterBranch.bat | 4 ++-- Dist/ForPublishingBuildGithubReleaseBranch.bat | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dist/ForPublishingBuildGithubMasterBranch.bat b/Dist/ForPublishingBuildGithubMasterBranch.bat index f6a0133528..28f2562bfd 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 60c7d229a0..80b9b15f16 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%