Pārlūkot izejas kodu

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

derrod 1 gadu atpakaļ
vecāks
revīzija
7cf4974965
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  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"
 patch_type = "zstd"
 compress_files = true
 compress_files = true
 
 
+# Prevent some legacy plugins from being marked as deleted
+exclude_from_removal = [
+    "enc-amf",
+    "win-mf",
+]
+
 [package]
 [package]
 
 
 [package.installer]
 [package.installer]