Windows: Recursively copy translations

- Fix recent commit
remotes/origin/Falkon/3.0
Razi Alavizadeh 8 years ago
parent cea9e2cf8f
commit 03cd6c2523
  1. 2
      windows/installer.nsi

@ -235,7 +235,7 @@ SectionGroupEnd
Section $(TITLE_SecTranslations) SecTranslations
SetOutPath "$INSTDIR\locale"
File "${FALKON_BIN_DIR}\locale\*"
File /r "${FALKON_BIN_DIR}\locale\*"
SetOutPath "$INSTDIR\translations\qtwebengine_locales"
File "${QT_DIR}\translations\qtwebengine_locales\*"

Loading…
Cancel
Save