From 1290a24e062e6e4152351db20c54769538e68c69 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Tue, 15 Aug 2023 09:17:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=8D=E5=88=B6=E6=96=87=E4=BB=B6=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Editor/Package.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Editor/Package.cs b/Assets/Editor/Package.cs index 72f2bacfa..dbec20c45 100644 --- a/Assets/Editor/Package.cs +++ b/Assets/Editor/Package.cs @@ -114,7 +114,7 @@ public class Package { // 编辑plist 文件 EditorPlist(Path.GetFullPath(pathToBuiltProject)); - CopyDirectory(Application.dataPath + "../BFVersions/ios/ios_common", Path.GetFullPath(pathToBuiltProject), true); + CopyDirectory(Path.Combine(Application.dataPath, "../", "BFVersions/ios/ios_common"), Path.GetFullPath(pathToBuiltProject), true); } static void CopyDirectory(string sourceDir, string destinationDir, bool recursive) {