mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat: support Firefox for Ubuntu 20.04 arm64 download (#10100)
This commit is contained in:
parent
15a8b29961
commit
8bf8f49746
@ -45,7 +45,7 @@ const EXECUTABLE_PATHS = {
|
||||
'ubuntu18.04': ['firefox', 'firefox'],
|
||||
'ubuntu20.04': ['firefox', 'firefox'],
|
||||
'ubuntu18.04-arm64': undefined,
|
||||
'ubuntu20.04-arm64': undefined,
|
||||
'ubuntu20.04-arm64': ['firefox', 'firefox'],
|
||||
'mac10.13': ['firefox', 'Nightly.app', 'Contents', 'MacOS', 'firefox'],
|
||||
'mac10.14': ['firefox', 'Nightly.app', 'Contents', 'MacOS', 'firefox'],
|
||||
'mac10.15': ['firefox', 'Nightly.app', 'Contents', 'MacOS', 'firefox'],
|
||||
@ -108,7 +108,7 @@ const DOWNLOAD_URLS = {
|
||||
'ubuntu18.04': '%s/builds/firefox/%s/firefox-ubuntu-18.04.zip',
|
||||
'ubuntu20.04': '%s/builds/firefox/%s/firefox-ubuntu-20.04.zip',
|
||||
'ubuntu18.04-arm64': undefined,
|
||||
'ubuntu20.04-arm64': undefined,
|
||||
'ubuntu20.04-arm64': '%s/builds/firefox/%s/firefox-ubuntu-20.04-arm64.zip',
|
||||
'mac10.13': '%s/builds/firefox/%s/firefox-mac-11.zip',
|
||||
'mac10.14': '%s/builds/firefox/%s/firefox-mac-11.zip',
|
||||
'mac10.15': '%s/builds/firefox/%s/firefox-mac-11.zip',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user