Update Windows build script.

This commit is contained in:
AccentuSoft
2022-04-26 14:31:23 +03:00
parent 4a41223d55
commit 7694aa2ac6

View File

@@ -41,8 +41,8 @@ xcopy buildEnv\Lib\site-packages\PySide6\resources\qtwebengine_resources_200p.pa
xcopy buildEnv\Lib\site-packages\PySide6\resources\icudtl.dat dist\LinkScope /Y 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. :: 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. :: 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-1319\firefox\* dist\LinkScope /S /Y xcopy dist\LinkScope\site-packages\playwright\driver\package\.local-browsers\firefox-1322\firefox\* dist\LinkScope /S /Y
xcopy dist\LinkScope\site-packages\playwright\driver\package\.local-browsers\firefox-1319\firefox\* dist\LinkScope\playwright\driver\package\.local-browsers\firefox-1319\firefox /S /Y xcopy dist\LinkScope\site-packages\playwright\driver\package\.local-browsers\firefox-1322\firefox\* dist\LinkScope\playwright\driver\package\.local-browsers\firefox-1322\firefox /S /Y
xcopy Icon.ico dist\LinkScope /Y xcopy Icon.ico dist\LinkScope /Y
call buildEnv\Scripts\deactivate.bat call buildEnv\Scripts\deactivate.bat