added swf to included files

This commit is contained in:
2026-03-22 14:24:37 +01:00
parent bdd5d849eb
commit b3126d1798

View File

@@ -160,6 +160,7 @@ fn should_be_included(path: impl AsRef<Path>) -> bool {
| "ilstrings"
| "dlstrings"
| "dll"
| "swf"
)
)
}