From 31d8777cc6a0e9a53499fb38242e37f24ca2d5da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E5=A9=B7=E5=A9=B7?= Date: Tue, 21 Jun 2022 11:03:03 +0800 Subject: [PATCH] bundle --- .../JoyPacSDK/Core/Automation/Params/JoyPacParamsManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;