Skip to content

Commit 5583608

Browse files
adamthiedehfiguiere
authored andcommitted
update fallback firefox version to one that actually exists
1 parent 338ce9c commit 5583608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/flatpak_node_generator/providers/special.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ async def _handle_playwright(self, package: Package) -> None:
356356
if revision < 1140:
357357
dl_file = 'firefox-linux.zip'
358358
else:
359-
dl_file = 'firefox-ubuntu-18.04.zip'
359+
dl_file = 'firefox-ubuntu-22.04.zip'
360360
elif name == 'webkit':
361361
url_tp = 'https://playwright.azureedge.net/builds/webkit/%d/%s'
362362
if revision < 1317:

0 commit comments

Comments
 (0)