]> git.lyx.org Git - lyx.git/commitdiff
Update Win installer for new dictionary links. Untested.
authorPavel Sanda <sanda@lyx.org>
Wed, 10 Apr 2024 19:13:41 +0000 (21:13 +0200)
committerPavel Sanda <sanda@lyx.org>
Wed, 10 Apr 2024 19:14:58 +0000 (21:14 +0200)
development/Win32/packaging/installer/src/dictionaries.nsh

index 6cd9b3901bf8575d1647b78db168f484265cd228..36e4f056f0d7ce24b6f10a1a5e979a577963311a 100644 (file)
@@ -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/lyxsvn/dictionaries/trunk/dicts/$R9" "$INSTDIR\Resources\dicts\$R9" /END
+    inetc::get /TIMEOUT=5000 "https://www.lyx.org/trac/export/HEAD/dictionaries/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/lyxsvn/dictionaries/trunk/thes/$R9" "$INSTDIR\Resources\thes\$R9" /END
+    inetc::get /TIMEOUT=5000 "https://www.lyx.org/trac/export/HEAD/dictionaries/thes/$R9" "$INSTDIR\Resources\thes\$R9" /END
     Pop $9
     ${If} $9 != "OK"
       MessageBox MB_OK|MB_ICONEXCLAMATION "$(ThesaurusFailed)" # $(ThesaurusFailed) uses $R9