Include metadata in release

This commit is contained in:
vczh
2026-06-20 01:14:12 -07:00
parent 8ee7be825b
commit 1112317063
11 changed files with 1190 additions and 33 deletions
@@ -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(
}
}
}
}
}