]> git.lyx.org Git - lyx.git/commitdiff
Wininstaller Qt6.7 changed file name
authorEugene Chornyi <yu_jin@lyx.org>
Sun, 26 May 2024 07:35:10 +0000 (09:35 +0200)
committerEugene Chornyi <yu_jin@lyx.org>
Sun, 26 May 2024 07:35:10 +0000 (09:35 +0200)
development/Win32/packaging/installer/src/main.nsh

index b3713862d1ae2ff9d95e7b1b1919d49a233753f0..506226772022bd9bd68e297d4156f48ced734603 100644 (file)
@@ -629,7 +629,8 @@ Section -ProgramFiles
   File "${FILES_QT}\bin\platforms\qwindows.dll"
 
   SetOutPath "$INSTDIR\bin\styles"
-  File "${FILES_QT}\bin\styles\qwindowsvistastyle.dll"
+  File /nonfatal "${FILES_QT}\bin\styles\qwindowsvistastyle.dll"
+  File /nonfatal "${FILES_QT}\bin\styles\qmodernwindowsstyle.dll"
 
   # Resources
   SetOutPath "$INSTDIR\Resources"