修改热更dll检查参数

main
Yurui 2025-07-11 15:37:26 +08:00
parent d7c16de5a9
commit 09aba726fd
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ internal class BatchBuild
// 先编译dll
CompileDllCommand.CompileDllActiveBuildTarget();
// 再检查编译出来的dll是否满足以前的Aotdll
MissingMetadataChecker checker = new(stripedDllPath, new List<string>());
MissingMetadataChecker checker = new(stripedDllPath, SettingsUtil.HotUpdateAssemblyFilesIncludePreserved);
string hotUpdateDir = SettingsUtil.GetHotUpdateDllsOutputDirByTarget(EditorUserBuildSettings.activeBuildTarget);
foreach (string dll in SettingsUtil.HotUpdateAssemblyFilesExcludePreserved)
{