From a5ff320e9709a44ba64caefa6d1d81cb90d9bb63 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sun, 19 May 2024 12:43:21 +0200 Subject: [PATCH] Update installer for Windows (replace frk by deu_latf) Signed-off-by: Stefan Weil --- nsis/tesseract.nsi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nsis/tesseract.nsi b/nsis/tesseract.nsi index 37d0f1b8fb..08822e8a09 100644 --- a/nsis/tesseract.nsi +++ b/nsis/tesseract.nsi @@ -612,6 +612,11 @@ SectionGroup "Additional language data (download)" SecGrp_ALD !insertmacro Download_Lang_Data deu SectionEnd + Section /o "German Fraktur" SecLang_deu_latf + AddSize 6130 + !insertmacro Download_Lang_Data deu_latf + SectionEnd + Section /o "Divehi" SecLang_div AddSize 1690 !insertmacro Download_Lang_Data div @@ -672,11 +677,6 @@ SectionGroup "Additional language data (download)" SecGrp_ALD !insertmacro Download_Lang_Data fra SectionEnd - Section /o "German Fraktur" SecLang_frk - AddSize 6130 - !insertmacro Download_Lang_Data frk - SectionEnd - Section /o "French - Middle (ca. 1400-1600)" SecLang_frm AddSize 1930 !insertmacro Download_Lang_Data frm