Fix git command...

This commit is contained in:
Alex Szpakowski
2020-10-12 18:29:18 -03:00
parent 6521ebfabc
commit 2a45866f0f
+1 -1
View File
@@ -28,7 +28,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.
- git clone --depth 1 --single-branch -branch 12.x https://github.com/love2d/megasource.git megasource
- git clone --depth 1 --single-branch --branch 12.x https://github.com/love2d/megasource.git megasource
- cd megasource
- for /D %%i in (*) do @move %%i ..\%%i
- for %%i in (*) do @move %%i ..\%%i