fix props not getting packaged on linux

This commit is contained in:
Simon McMahon 2021-11-12 10:25:31 +13:00 committed by bernat
parent 878e788eac
commit 6819927c88
1 changed files with 1 additions and 0 deletions

View File

@ -512,6 +512,7 @@ void UPrepareAssetsForCookingCommandlet::GenerateMapPathsFile(
if (!PropsMapPath.IsEmpty())
{
MapPathData.Append(PropsMapPath + TEXT("/PropsMap"));
MapPathDataLinux.Append(PropsMapPath + TEXT("/PropsMap"));
}
else
{