mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

- 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.
See building instructions at /browser_patches/winldd/README.md