[LyX/2.4.x] Update Win installer for new dictionary links. Untested.
Pavel Sanda
sanda at lyx.org
Wed Apr 10 19:15:06 UTC 2024
commit 65398c1b7749c9e45c20ca9636dfcd50a1982448
Author: Pavel Sanda <sanda at lyx.org>
Date: Wed Apr 10 21:13:41 2024 +0200
Update Win installer for new dictionary links. Untested.
---
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 6cd9b3901b..36e4f056f0 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/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
More information about the lyx-cvs
mailing list