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 ea92dc2 commit 46b3749Copy full SHA for 46b3749
node/flatpak_node_generator/providers/special.py
@@ -348,6 +348,10 @@ async def _handle_playwright(self, package: Package) -> None:
348
else:
349
url_tp = 'https://playwright.azureedge.net/builds/chromium/%d/%s'
350
dl_file = 'chromium-linux.zip'
351
+ elif name == 'chromium-headless-shell':
352
+ # Shouldn't need the old scheme (didn't exist in 'browsers')
353
+ url_tp = 'https://playwright.azureedge.net/builds/chromium/%d/%s'
354
+ dl_file = 'chromium-headless-shell-linux.zip'
355
elif name == 'firefox':
356
url_tp = 'https://playwright.azureedge.net/builds/firefox/%d/%s'
357
if revision < 1140:
0 commit comments