ソースを参照

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

derrod 1 年間 前
コミット
7cf4974965
1 ファイル変更6 行追加0 行削除
  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]