From eb43ec2ca6d667d2a6c852d9b34b2a74a2099d22 Mon Sep 17 00:00:00 2001 From: catsout Date: Thu, 20 Jun 2024 20:06:48 +0800 Subject: [PATCH] update firefox-ubuntu to 20.04 --- node/flatpak_node_generator/providers/special.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/flatpak_node_generator/providers/special.py b/node/flatpak_node_generator/providers/special.py index 81b3fa09..ca78b70e 100644 --- a/node/flatpak_node_generator/providers/special.py +++ b/node/flatpak_node_generator/providers/special.py @@ -344,7 +344,7 @@ async def _handle_playwright(self, package: Package) -> None: if revision < 1140: dl_file = 'firefox-linux.zip' else: - dl_file = 'firefox-ubuntu-18.04.zip' + dl_file = 'firefox-ubuntu-20.04.zip' elif name == 'webkit': url_tp = 'https://playwright.azureedge.net/builds/webkit/%d/%s' if revision < 1317: