fix props not getting packaged on linux
This commit is contained in:
parent
878e788eac
commit
6819927c88
|
@ -512,6 +512,7 @@ void UPrepareAssetsForCookingCommandlet::GenerateMapPathsFile(
|
|||
if (!PropsMapPath.IsEmpty())
|
||||
{
|
||||
MapPathData.Append(PropsMapPath + TEXT("/PropsMap"));
|
||||
MapPathDataLinux.Append(PropsMapPath + TEXT("/PropsMap"));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue