Skip to content

Commit 23cd5fd

Browse files
authored
Update translation file paths in nsis-msvc.nsi
1 parent 4912642 commit 23cd5fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/postprocess-windows/nsis-msvc.nsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ Section "Main Section" SecMain
127127
SetOutPath "$INSTDIR\resources\qm"
128128
File /nonfatal "${TRANSLATIONS_DIR}\qt_*.qm"
129129
File /nonfatal "${TRANSLATIONS_DIR}\qtbase_*.qm"
130-
File /nonfatal "..\..\generated\*.qm"
130+
File /nonfatal "..\..\windows\translations\*.qm"
131+
File /nonfatal "..\..\generated\Release\translations\*.qm"
131132
; LibreCAD translations - non-fatal (warnings only)
132133
; SetOutPath "$INSTDIR\ts"
133134
; File /nonfatal /r "..\..\windows\ts\*.qm"

0 commit comments

Comments
 (0)