commit 6637fa0d329d23927b17af730bb4020f8ff9bc57
Author: Eugene Chornyi <[email protected]>
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"
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs