Update copy_build.cmd

This commit is contained in:
offhub 2024-11-24 02:22:30 +03:00 committed by GitHub
parent 913362a8c5
commit 8530a9809a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,8 @@ copy %qtPath%\plugins\platforms\qwindows.dll %instPath%\platforms\
mkdir %instPath%\styles mkdir %instPath%\styles
copy %qtPath%\plugins\styles\qwindowsvistastyle.dll %instPath%\styles\ copy %qtPath%\plugins\styles\qwindowsvistastyle.dll %instPath%\styles\
rem Qt 6.7+
copy %qtPath%\plugins\styles\qmodernwindowsstyle.dll %instPath%\styles\
IF %archPath% == ARM64 ( IF %archPath% == ARM64 (
mkdir %instPath%\tls mkdir %instPath%\tls