Skip to content

Commit

Permalink
Update copy_build.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
offhub authored Nov 23, 2024
1 parent 913362a commit 8530a98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Installer/copy_build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ copy %qtPath%\plugins\platforms\qwindows.dll %instPath%\platforms\

mkdir %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 (
mkdir %instPath%\tls
Expand Down

0 comments on commit 8530a98

Please sign in to comment.