Update buildWin.bat

This commit is contained in:
AccentuSoft
2022-08-28 00:46:02 +03:00
parent e35100fb7d
commit dfbd04b7a6

View File

@@ -42,8 +42,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 buildEnv\Lib\site-packages\playwright\driver\package\.local-browsers\firefox-1335\firefox\* dist\LinkScope /S /Y
xcopy buildEnv\Lib\site-packages\playwright\driver\package\.local-browsers\firefox-1335\firefox\* dist\LinkScope\playwright\driver\package\.local-browsers\firefox-1335\firefox /S /Y
xcopy buildEnv\Lib\site-packages\playwright\driver\package\.local-browsers\firefox-1344\firefox\* dist\LinkScope /S /Y
xcopy buildEnv\Lib\site-packages\playwright\driver\package\.local-browsers\firefox-1344\firefox\* dist\LinkScope\playwright\driver\package\.local-browsers\firefox-1344\firefox /S /Y
xcopy Icon.ico dist\LinkScope /Y
call buildEnv\Scripts\deactivate.bat