From 03cd6c2523319d28fe40ba1d84ddf166233c4211 Mon Sep 17 00:00:00 2001 From: Razi Alavizadeh Date: Mon, 26 Mar 2018 14:10:28 +0430 Subject: [PATCH] Windows: Recursively copy translations - Fix recent commit --- windows/installer.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/installer.nsi b/windows/installer.nsi index 568e86bc0..e1e9579db 100644 --- a/windows/installer.nsi +++ b/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\*"