diff --git a/popcorn/Assets/JoyPacSDK/Core/Automation/Params/JoyPacParamsManager.cs b/popcorn/Assets/JoyPacSDK/Core/Automation/Params/JoyPacParamsManager.cs index 1a9511a9..c75b94f2 100644 --- a/popcorn/Assets/JoyPacSDK/Core/Automation/Params/JoyPacParamsManager.cs +++ b/popcorn/Assets/JoyPacSDK/Core/Automation/Params/JoyPacParamsManager.cs @@ -247,7 +247,7 @@ public static class JoyPacParamsManager strList.Add(adPath + "Third/applovin/AppLovinSDKResources.bundle"); strList.Add(adPath + "Third/sigmob/Sigmob.bundle"); - strList.Add(adPath + "Third/fyber/IASDKCore/IASDKResources.bundle"); + strList.Add(adPath + "Third/fyber/IASDKResources.bundle"); } string[] str = strList.ToArray(); return str;