We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4912642 commit 23cd5fdCopy full SHA for 23cd5fd
scripts/postprocess-windows/nsis-msvc.nsi
@@ -127,7 +127,8 @@ Section "Main Section" SecMain
127
SetOutPath "$INSTDIR\resources\qm"
128
File /nonfatal "${TRANSLATIONS_DIR}\qt_*.qm"
129
File /nonfatal "${TRANSLATIONS_DIR}\qtbase_*.qm"
130
- File /nonfatal "..\..\generated\*.qm"
+ File /nonfatal "..\..\windows\translations\*.qm"
131
+ File /nonfatal "..\..\generated\Release\translations\*.qm"
132
; LibreCAD translations - non-fatal (warnings only)
133
; SetOutPath "$INSTDIR\ts"
134
; File /nonfatal /r "..\..\windows\ts\*.qm"
0 commit comments