From b3126d1798d1d4b868af1b6d5efd23ffe86f13bd Mon Sep 17 00:00:00 2001 From: Niklas Kapelle Date: Sun, 22 Mar 2026 14:24:37 +0100 Subject: [PATCH] added swf to included files --- src/actions/install.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/actions/install.rs b/src/actions/install.rs index c567393..2c7fe85 100644 --- a/src/actions/install.rs +++ b/src/actions/install.rs @@ -160,6 +160,7 @@ fn should_be_included(path: impl AsRef) -> bool { | "ilstrings" | "dlstrings" | "dll" + | "swf" ) ) }