Updated buildWin.bat for the latest version of playwright.

This commit is contained in:
AccentuSoft
2022-02-16 14:18:12 +02:00
parent 1fef53fac1
commit 086e882a1a

View File

@@ -27,8 +27,8 @@ xcopy buildEnv\Lib\site-packages\PySide6\resources\qtwebengine_resources_200p.pa
xcopy buildEnv\Lib\site-packages\PySide6\resources\icudtl.dat dist\LinkScope /Y
:: Copy web libraries to a location that can be found by the system automatically.
:: Can't do globbing on cmd shell. Will need to update this later on.
xcopy dist\LinkScope\site-packages\playwright\driver\package\.local-browsers\firefox-1313\firefox\* dist\LinkScope /S /Y
xcopy dist\LinkScope\site-packages\playwright\driver\package\.local-browsers\firefox-1313\firefox\* dist\LinkScope\playwright\driver\package\.local-browsers\firefox-1313\firefox /S /Y
xcopy dist\LinkScope\site-packages\playwright\driver\package\.local-browsers\firefox-1316\firefox\* dist\LinkScope /S /Y
xcopy dist\LinkScope\site-packages\playwright\driver\package\.local-browsers\firefox-1316\firefox\* dist\LinkScope\playwright\driver\package\.local-browsers\firefox-1316\firefox /S /Y
xcopy Icon.ico dist\LinkScope /Y
call buildEnv\Scripts\deactivate.bat