We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b3749 commit 9f38c30Copy full SHA for 9f38c30
node/flatpak_node_generator/providers/special.py
@@ -362,8 +362,10 @@ async def _handle_playwright(self, package: Package) -> None:
362
url_tp = 'https://playwright.azureedge.net/builds/webkit/%d/%s'
363
if revision < 1317:
364
dl_file = 'minibrowser-gtk-wpe.zip'
365
- else:
+ elif revision <= 2092:
366
dl_file = 'webkit-ubuntu-20.04.zip'
367
+ else:
368
+ dl_file = 'webkit-ubuntu-24.04.zip'
369
elif name == 'ffmpeg':
370
url_tp = 'https://playwright.azureedge.net/builds/ffmpeg/%d/%s'
371
dl_file = 'ffmpeg-linux.zip'
0 commit comments