Skip to content

Commit

Permalink
update bizhawk url in publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Morilli committed Apr 7, 2023
1 parent 6e77c73 commit ac3a8c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dist/ForPublishingBuildGithubMasterBranch.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -27,4 +27,4 @@ move BizHawk.zip ..\..\%OUTFILE%

rem cleanup
cd ..\..
rmdir /s /q %WORKDIR%
rmdir /s /q %WORKDIR%
4 changes: 2 additions & 2 deletions Dist/ForPublishingBuildGithubReleaseBranch.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -27,4 +27,4 @@ move BizHawk.zip ..\..\%OUTFILE%

rem cleanup
cd ..\..
rmdir /s /q %WORKDIR%
rmdir /s /q %WORKDIR%

0 comments on commit ac3a8c7

Please sign in to comment.