This commit is contained in:
Blyron 2024-05-14 12:40:04 +02:00
commit d854ab5f89
2 changed files with 5 additions and 0 deletions

View File

@ -110,6 +110,7 @@ if %REMOVE_INTERMEDIATE% == true (
"%UE4_PROJECT_FOLDER%Intermediate",
"%UE4_PROJECT_FOLDER%Plugins\Carla\Binaries",
"%UE4_PROJECT_FOLDER%Plugins\Carla\Intermediate",
"%UE4_PROJECT_FOLDER%Plugins\HoudiniEngine\",
"%UE4_PROJECT_FOLDER%.vs"
) do (
if exist %%G (

View File

@ -128,6 +128,10 @@ if ${REMOVE_INTERMEDIATE} ; then
rm -Rf ${UE4_INTERMEDIATE_FOLDERS}
cd Plugins
rm -Rf HoudiniEngine
cd ..
popd >/dev/null
fi