v1.1.2
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
|
||||
using System.IO;
|
||||
using UnrealBuildTool;
|
||||
|
||||
public class FireworkDuels : ModuleRules
|
||||
@@ -12,6 +13,12 @@ public class FireworkDuels : ModuleRules
|
||||
|
||||
PrivateDependencyModuleNames.AddRange(new string[] { });
|
||||
|
||||
if(Target.Platform == UnrealTargetPlatform.Android)
|
||||
{
|
||||
var manifestFile = Path.Combine(ModuleDirectory, "EditPermissions_UPL.xml");
|
||||
AdditionalPropertiesForReceipt.Add("AndroidPlugin", manifestFile);
|
||||
}
|
||||
|
||||
// Uncomment if you are using Slate UI
|
||||
// PrivateDependencyModuleNames.AddRange(new string[] { "Slate", "SlateCore" });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user