Skip to content

Commit

Permalink
update firefox-ubuntu to 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
catsout committed Jun 20, 2024
1 parent f55e1b6 commit eb43ec2
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 @@ -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:
Expand Down

0 comments on commit eb43ec2

Please sign in to comment.