[LyX/2.4.x] Redirect dictinaries download

Pavel Sanda sanda at lyx.org
Sat Sep 27 20:52:04 UTC 2025


commit 155f0be42b2454849c326c5d3c8311312cd9d5ff
Author: Pavel Sanda <sanda at lyx.org>
Date:   Sat Sep 27 22:25:55 2025 +0200

    Redirect dictinaries download
---
 development/Win32/packaging/installer/src/dictionaries.nsh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/development/Win32/packaging/installer/src/dictionaries.nsh b/development/Win32/packaging/installer/src/dictionaries.nsh
index 36e4f056f0..a914aea659 100644
--- a/development/Win32/packaging/installer/src/dictionaries.nsh
+++ b/development/Win32/packaging/installer/src/dictionaries.nsh
@@ -54,7 +54,7 @@ Function DownloadHunspell
   Push $9
 
   ${IfNot} ${FileExists} "$INSTDIR\Resources\dicts\$R9"
-    inetc::get /TIMEOUT=5000 "https://www.lyx.org/trac/export/HEAD/dictionaries/dicts/$R9" "$INSTDIR\Resources\dicts\$R9" /END
+    inetc::get /TIMEOUT=5000 "https://codeberg.org/LyX-org/dictionaries/raw/branch/master/dicts/$R9" "$INSTDIR\Resources\dicts\$R9" /END
     Pop $9
     ${If} $9 != "OK"
       MessageBox MB_OK|MB_ICONEXCLAMATION "$(HunspellFailed)" # $(HunspellFailed) uses $R9
@@ -70,7 +70,7 @@ Function DownloadThesaurus
   Push $9
 
   ${IfNot} ${FileExists} "$INSTDIR\Resources\thes\$R9"
-    inetc::get /TIMEOUT=5000 "https://www.lyx.org/trac/export/HEAD/dictionaries/thes/$R9" "$INSTDIR\Resources\thes\$R9" /END
+    inetc::get /TIMEOUT=5000 "https://codeberg.org/LyX-org/dictionaries/raw/branch/master/thes/$R9" "$INSTDIR\Resources\thes\$R9" /END
     Pop $9
     ${If} $9 != "OK"
       MessageBox MB_OK|MB_ICONEXCLAMATION "$(ThesaurusFailed)" # $(ThesaurusFailed) uses $R9


More information about the lyx-cvs mailing list