Browse Source

CI: Do not mark legacy MF/AMF plugins as deleted

derrod 1 year ago
parent
commit
7cf4974965
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .github/actions/windows-patches/config.toml

+ 6 - 0
.github/actions/windows-patches/config.toml

@@ -15,6 +15,12 @@ skip_sign = true
 patch_type = "zstd"
 compress_files = true
 
+# Prevent some legacy plugins from being marked as deleted
+exclude_from_removal = [
+    "enc-amf",
+    "win-mf",
+]
+
 [package]
 
 [package.installer]