From 4878cd14a13976506e4389d792046dd9264ccd94 Mon Sep 17 00:00:00 2001 From: bbhtt Date: Mon, 22 Dec 2025 18:55:03 +0530 Subject: [PATCH] Exclude ru.linux_gaming.PortProton from EOL action --- .github/scripts/archive_eol.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/archive_eol.py b/.github/scripts/archive_eol.py index 76d7800..06b9a99 100644 --- a/.github/scripts/archive_eol.py +++ b/.github/scripts/archive_eol.py @@ -130,6 +130,7 @@ def main() -> None: "com.github.wwmm.pulseeffects", # beta branch is eol "org.nicotine_plus.Nicotine", + "ru.linux_gaming.PortProton", } stable = get_eol_refs("x86_64", "flathub") | get_eol_refs("aarch64", "flathub")