mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
b387249e45
- Remove the check for 32 vs. 64 bit, since we only support 64 Windows since a while - Introduce `$ErrorActionPreference = 'Stop'` which is a best practice otherwise the code would have continued running even a statement/line was failing. E.g. download failed, it would still try to install - `$ms.DownloadFile` checks for the status code internally, so we are safe regarding this, it will throw otherwise. This won't fix https://github.com/microsoft/playwright/issues/26591 but makes the code more safe and might be related. |
||
---|---|---|
.. | ||
install_media_pack.ps1 | ||
PrintDeps.exe | ||
README.md | ||
reinstall_chrome_beta_linux.sh | ||
reinstall_chrome_beta_mac.sh | ||
reinstall_chrome_beta_win.ps1 | ||
reinstall_chrome_stable_linux.sh | ||
reinstall_chrome_stable_mac.sh | ||
reinstall_chrome_stable_win.ps1 | ||
reinstall_msedge_beta_linux.sh | ||
reinstall_msedge_beta_mac.sh | ||
reinstall_msedge_beta_win.ps1 | ||
reinstall_msedge_dev_linux.sh | ||
reinstall_msedge_dev_mac.sh | ||
reinstall_msedge_dev_win.ps1 | ||
reinstall_msedge_stable_linux.sh | ||
reinstall_msedge_stable_mac.sh | ||
reinstall_msedge_stable_win.ps1 |
See building instructions at /browser_patches/winldd/README.md