Setup: Do not use UE5 hardcoded path

This commit is contained in:
xavisolesoft 2024-05-27 13:55:14 +01:00 committed by Blyron
parent 41421c656d
commit 3e715cf328
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ if exist "%CARLA_UNREAL_ENGINE_PATH%" (
popd
)
pushd ..
pushd UnrealEngine5_carla
pushd %CARLA_UNREAL_ENGINE_PATH%
echo Setup CARLA Unreal Engine 5...
call Setup.bat || exit /b
echo GenerateProjectFiles CARLA Unreal Engine 5...

View File

@ -112,7 +112,7 @@ else
echo "CARLA UnrealEngine5 Installed..."
fi
pushd ..
pushd UnrealEngine5_carla
pushd $CARLA_UNREAL_ENGINE_PATH
echo Checking if UnreaEngine5 is in the last commit...
git fetch
if [[ $(git status) =~ "up to date" ]]; then