Skip to content

Instantly share code, notes, and snippets.

@Buckminsterfullerene02
Created July 28, 2024 23:53
Show Gist options
  • Save Buckminsterfullerene02/864d0add56c6a1691549898334f80fe2 to your computer and use it in GitHub Desktop.
Save Buckminsterfullerene02/864d0add56c6a1691549898334f80fe2 to your computer and use it in GitHub Desktop.
Written by Mythical
@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