playwright/packages/playwright-core/bin
Max Schmitt b387249e45
chore: enhance download/install logic of branded browsers (#26806)
- 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.
2023-08-31 22:48:07 +02:00
..
install_media_pack.ps1 Revert "chore: migrate away from ps1 in install-deps on Windows (#9876)" 2021-10-29 20:12:46 +02:00
PrintDeps.exe chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
README.md chore: Fix README link (#17148) 2022-09-07 09:05:43 -07:00
reinstall_chrome_beta_linux.sh chore: allow installing Google Chrome on Debian (#24386) 2023-07-25 00:52:19 +02:00
reinstall_chrome_beta_mac.sh fix: Allow portable bash paths for systems including NixOS (#23889) 2023-07-03 06:27:06 -07:00
reinstall_chrome_beta_win.ps1 chore: enhance download/install logic of branded browsers (#26806) 2023-08-31 22:48:07 +02:00
reinstall_chrome_stable_linux.sh chore: allow installing Google Chrome on Debian (#24386) 2023-07-25 00:52:19 +02:00
reinstall_chrome_stable_mac.sh fix: Allow portable bash paths for systems including NixOS (#23889) 2023-07-03 06:27:06 -07:00
reinstall_chrome_stable_win.ps1 chore: enhance download/install logic of branded browsers (#26806) 2023-08-31 22:48:07 +02:00
reinstall_msedge_beta_linux.sh chore: allow installing Google Chrome on Debian (#24386) 2023-07-25 00:52:19 +02:00
reinstall_msedge_beta_mac.sh fix: Allow portable bash paths for systems including NixOS (#23889) 2023-07-03 06:27:06 -07:00
reinstall_msedge_beta_win.ps1 chore: enhance download/install logic of branded browsers (#26806) 2023-08-31 22:48:07 +02:00
reinstall_msedge_dev_linux.sh chore: allow installing Google Chrome on Debian (#24386) 2023-07-25 00:52:19 +02:00
reinstall_msedge_dev_mac.sh fix: Allow portable bash paths for systems including NixOS (#23889) 2023-07-03 06:27:06 -07:00
reinstall_msedge_dev_win.ps1 chore: enhance download/install logic of branded browsers (#26806) 2023-08-31 22:48:07 +02:00
reinstall_msedge_stable_linux.sh chore: allow installing Google Chrome on Debian (#24386) 2023-07-25 00:52:19 +02:00
reinstall_msedge_stable_mac.sh fix: Allow portable bash paths for systems including NixOS (#23889) 2023-07-03 06:27:06 -07:00
reinstall_msedge_stable_win.ps1 chore: enhance download/install logic of branded browsers (#26806) 2023-08-31 22:48:07 +02:00

See building instructions at /browser_patches/winldd/README.md