[LyX/2.4.1-devel] Wininstaller Qt6.7 changed file name
Eugene Chornyi
yu_jin at lyx.org
Mon Jun 3 02:08:45 UTC 2024
commit 6637fa0d329d23927b17af730bb4020f8ff9bc57
Author: Eugene Chornyi <yu_jin at lyx.org>
Date: Sun May 26 09:35:10 2024 +0200
Wininstaller Qt6.7 changed file name
(cherry picked from commit a6d0d7ea92b686fc102b05970830ee11fc51e47b)
---
development/Win32/packaging/installer/src/main.nsh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/development/Win32/packaging/installer/src/main.nsh b/development/Win32/packaging/installer/src/main.nsh
index b3713862d1..5062267720 100644
--- a/development/Win32/packaging/installer/src/main.nsh
+++ b/development/Win32/packaging/installer/src/main.nsh
@@ -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"
More information about the lyx-cvs
mailing list