Skip to content

Commit

Permalink
update fallback firefox version to one that actually exists
Browse files Browse the repository at this point in the history
  • Loading branch information
adamthiede authored and hfiguiere committed Aug 24, 2024
1 parent 338ce9c commit 5583608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/flatpak_node_generator/providers/special.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,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-22.04.zip'
elif name == 'webkit':
url_tp = 'https://playwright.azureedge.net/builds/webkit/%d/%s'
if revision < 1317:
Expand Down

0 comments on commit 5583608

Please sign in to comment.