-
-
Save Buckminsterfullerene02/864d0add56c6a1691549898334f80fe2 to your computer and use it in GitHub Desktop.
Written by Mythical
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
set branch_name="4.11" | |
set output_dir="D:\unreal_engine_installs\UE_%branch_name%_source_build" | |
set repo_url="https://github.com/EpicGames/UnrealEngine.git" | |
git clone -b %branch_name% --single-branch %repo_url% %output_dir% | |
pause | |
exit /b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment