From 2058f43432120e4989c12f7927528c9d2fe4f0f9 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Sun, 12 Jan 2020 19:46:11 -0400 Subject: [PATCH] Appveyor: pull megasource from the new git repo instead of the old hg repo. --- extra/appveyor/appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/appveyor/appveyor.yml b/extra/appveyor/appveyor.yml index 37516c145..b081aa9a3 100644 --- a/extra/appveyor/appveyor.yml +++ b/extra/appveyor/appveyor.yml @@ -26,7 +26,7 @@ install: - for /D %%i in (*) do @if "%%i" NEQ "love" @move %%i love\%%i - for %%i in (*) do @if "%%i" NEQ "appveyor.yml" @move %%i love\%%i # clone megasource and move into top directory. -- hg clone https://bitbucket.org/rude/megasource megasource +- git clone --depth 1 https://github.com/love2d/megasource.git megasource - cd megasource - for /D %%i in (*) do @move %%i ..\%%i - for %%i in (*) do @move %%i ..\%%i