mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-09-22 23:16:09 +08:00
Include metadata in release
This commit is contained in:
@@ -27,7 +27,7 @@ void CategorizeCodeFiles(
|
||||
filterFiles,
|
||||
From(files).Where([&](const FilePath& f)
|
||||
{
|
||||
auto path = f.GetFullPath();
|
||||
auto path = GetCodePackPath(f.GetFullPath());
|
||||
return INVLOC.FindFirst(path, pattern, Locale::IgnoreCase).key != -1
|
||||
&& From(exceptions).All([&](const WString& ex)
|
||||
{
|
||||
@@ -60,4 +60,4 @@ void CategorizeCodeFiles(
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user